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 |
|