Aleksey Kladov
|
a36ff4a100
|
Speed up completion
|
2020-07-11 01:26:24 +02:00 |
|
Aleksey Kladov
|
4399eff2d0
|
Re-enable IDE features for incomplete impl blocs
|
2020-07-09 12:14:26 +02:00 |
|
Aleksey Kladov
|
5b8a5bfb15
|
Modernize unqualified reference completion tests
|
2020-07-07 12:52:09 +02:00 |
|
Aleksey Kladov
|
9b2847885d
|
cleanup
|
2020-07-07 11:44:16 +02:00 |
|
Aleksey Kladov
|
9dacd2338c
|
Fix lookup in tests
|
2020-07-04 15:05:33 +02:00 |
|
Aleksey Kladov
|
c6795fb83a
|
More consistent usage of fixtures
|
2020-06-24 11:29:43 +02:00 |
|
Aleksey Kladov
|
aa69757a01
|
More principled indentation trimming in fixtures
|
2020-06-23 23:33:41 +02:00 |
|
Benjamin Coenen
|
846cefa491
|
fix textedit range returned for completion when left token is a keyword
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
|
2020-05-27 15:15:19 +02:00 |
|
Benjamin Coenen
|
0e814a3b5f
|
fix textedit range returned for completion when left token is a keyword #4545
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
|
2020-05-24 16:47:35 +02:00 |
|
Aleksey Kladov
|
ecac5d7de2
|
Switch to new magic marks
|
2020-05-20 13:02:53 +02:00 |
|
Aleksey Kladov
|
b211c5814e
|
Remove false positive attr compleitons
|
2020-05-04 16:48:50 +02:00 |
|
Aleksey Kladov
|
041aea2263
|
Better filtering of qualified enum variants in completion
|
2020-04-29 11:26:21 +02:00 |
|
Aleksey Kladov
|
05cdc87158
|
Precompute expected type during completion
|
2020-04-26 10:54:08 +02:00 |
|
Aleksey Kladov
|
e873469500
|
text-size 1.0.0
|
2020-04-25 12:15:32 +02:00 |
|
Aleksey Kladov
|
8843588fca
|
Convert tests to text-size
|
2020-04-25 11:59:18 +02:00 |
|
Jonas Schievink
|
e131763fb8
|
Include correct item path for variant completions
|
2020-04-24 22:18:59 +02:00 |
|
Aleksey Kladov
|
62e08fa53d
|
Better label for macros completion
|
2020-04-24 13:25:37 +02:00 |
|
nathanwhit
|
dfde73ef90
|
Update tests to reflect new completions
|
2020-04-22 12:21:22 -04:00 |
|
nathanwhit
|
18ad86fdda
|
Add tests for enum completion
Adds tests for completion of enum variants in match arms, if-let statements, and basic expressions.
|
2020-04-22 12:21:22 -04:00 |
|
nathanwhit
|
8664509745
|
Complete unqualified enum variants when possible
|
2020-04-22 12:21:14 -04:00 |
|
Aleksey Kladov
|
028f1e2e3a
|
Don\t suggest import itself as a completion for import
|
2020-04-17 14:28:20 +02:00 |
|
Aleksey Kladov
|
5e5eb6a108
|
Align grammar for record patterns and literals
The grammar now looks like this
[name_ref :] pat
|
2020-04-12 00:00:15 +02:00 |
|
Aleksey Kladov
|
7a39bc3ba2
|
Make records grammar more orthogonal
We used
name [: expr]
grammar before, now it is
[name :] expr
which makes things simpler
|
2020-04-11 19:20:41 +02:00 |
|
Aleksey Kladov
|
0215560434
|
Better naming for scope completion
|
2020-04-07 13:20:41 +02:00 |
|
Aleksey Kladov
|
a5ffe53c9d
|
Better naming for path completion
|
2020-04-07 13:19:57 +02:00 |
|