mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
4e33d50c7f
experimental code-completion path. Move them right before "other module" results. This is a bit of a hack. Ideally, we would have a much better idea which keywords are actually legal/likely in a given context and could prioritize them even more. Since today we basically splat in all the keywords, keep them below the current module results so they don't overwhelm us. rdar://problem/25119529