Alex Hoppen
c7e0bfae02
[IDE] Adjust test cases for migrating all completion kinds to solver-based
2023-07-07 19:51:01 +02:00
Alex Hoppen
d3270c1476
[CodeCompletion] Calling a static function on a type is not unapplied
2023-07-07 19:51:01 +02:00
Alex Hoppen
3ee4668532
[CodeComplete] Fix a nullptr crash
...
If `FuncDeclRef` is `null` we shouldn’t be trying to get any parameters from it.
2023-05-09 13:41:42 -07:00
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
154cd88c86
[CodeCompletion] Use 'Flair' to describe "is argument labels"
2021-06-07 17:25:01 -07:00
Rintaro Ishizaki
6dd5d9482f
[CodeCompletion] Introduce "Flair" in code completion
...
To describe fine grained priorities.
Introduce 'CodeCompletionFlair' that is a set of more descriptive flags for
prioritizing completion items. This aims to replace '
SemanticContextKind::ExpressionSpecific' which was a "catch all"
prioritization flag.
2021-06-07 17:25:01 -07:00
Rintaro Ishizaki
e2039406f4
[CodeCompletion] Migrate some tests to batch completion test
...
Reapply b810bb7bbd but without
'test/IDE/complete_where_clause.swift' which caused non-deterministic
failures.
2021-04-05 08:57:04 -07:00
Ted Kremenek
00534aa02a
Revert "[CodeCompletion] Migrate some tests to batch completion test #4 "
2021-04-03 09:20:45 -07:00
Rintaro Ishizaki
b810bb7bbd
[CodeCompletion] Migrate some tests to batch completion test
2021-04-02 11:50:13 -07:00