Commit Graph

3 Commits

Author SHA1 Message Date
Alex Hoppen
32eff21977 [IDE] Remove "Begin completions" and "End completions" from test cases
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
2023-03-22 09:07:17 -07:00
Rintaro Ishizaki
98324f65e6 [CodeCompletion] Suggest explicitly imported modules regaredless 2021-05-20 12:52:49 -07:00
Rintaro Ishizaki
858ecb8413 [CodeCompletion] Don't suggest underscored module name
Underscored modules (e.g. '_Concurrency') are usually not meant be
written explicitly in source code. They are usually implicitly imported
with other modules. Code completion should not suggest them in type and
expression context.

rdar://78232229
2021-05-19 23:09:29 -07:00