Kirill Bulatov
|
9d2cbf05e3
|
Show first fuzzy completions fully containing the input
|
2020-12-17 23:10:18 +02:00 |
|
Jeremy Kolb
|
26a1675764
|
Remove some redundant allocations
|
2020-12-12 12:27:09 -05:00 |
|
Aleksey Kladov
|
78de7f0d4a
|
Remove debug print
|
2020-12-10 18:30:49 +03:00 |
|
Aleksey Kladov
|
076945e47c
|
Minor, more orthogonal code
It's better to accept things as arguments rather than store them.
|
2020-12-10 18:01:02 +03:00 |
|
Aleksey Kladov
|
17f236c2b0
|
Normalize spelling to American English
|
2020-12-10 17:51:56 +03:00 |
|
Kirill Bulatov
|
bf24cb3e8d
|
Tweak the search query params for better lookup speed
|
2020-12-08 15:05:09 +02:00 |
|
Kirill Bulatov
|
cbd3717f2c
|
Better config name
|
2020-12-08 14:27:18 +02:00 |
|
Kirill Bulatov
|
3183ff3a7b
|
Disable the completion for no corresponding client resolve capabilities
|
2020-12-08 01:07:20 +02:00 |
|
Kirill Bulatov
|
9656ceb896
|
Document the feature
|
2020-12-07 23:41:08 +02:00 |
|
Kirill Bulatov
|
077c1c3c1f
|
Less panic, more tests
|
2020-12-07 23:41:08 +02:00 |
|
Kirill Bulatov
|
deda74edd8
|
Use stateless completion resolve
|
2020-12-07 23:41:08 +02:00 |
|
Kirill Bulatov
|
3f612d37c6
|
Move the helpers into ide_db
|
2020-11-28 16:30:39 +02:00 |
|
Kirill Bulatov
|
f4ae3650d8
|
Extract the import code into the shared module
|
2020-11-27 18:28:41 +02:00 |
|
bors[bot]
|
db6988d4e7
|
Merge #6614 #6632
6614: Improve autoimports on completion speed r=matklad a=SomeoneToIgnore
Presumably closes https://github.com/rust-analyzer/rust-analyzer/issues/6594
May help https://github.com/rust-analyzer/rust-analyzer/issues/6612
* Ignore modules eaferly
* Do less completion string rendering
6632: Pin cargo_metadata r=matklad a=kjeremy
See: https://github.com/oli-obk/cargo_metadata/pull/142#issuecomment-733653275
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
Co-authored-by: kjeremy <kjeremy@gmail.com>
|
2020-11-26 10:43:35 +00:00 |
|
Kirill Bulatov
|
4c95c6e25d
|
Gate autoimports begind experimental completions flag
|
2020-11-25 00:30:28 +02:00 |
|
Kirill Bulatov
|
4baac238a8
|
Improve autoimports on completion speed
* Ignore modules eaferly
* Do less completion string rendering
|
2020-11-24 02:28:45 +02:00 |
|
Kirill Bulatov
|
d4128beb3d
|
Avoid turning completion objects into builders
|
2020-11-16 23:16:41 +02:00 |
|
Kirill Bulatov
|
4109968934
|
Remove query aliases
|
2020-11-16 21:24:54 +02:00 |
|
Kirill Bulatov
|
1de7848b57
|
Fix the other test
|
2020-11-16 21:19:06 +02:00 |
|
Kirill Bulatov
|
bbe1fbd178
|
Qualify autoimport completion suggestions
|
2020-11-16 21:19:06 +02:00 |
|
Kirill Bulatov
|
38ef1fd4ad
|
Better filter mod paths
|
2020-11-16 21:19:06 +02:00 |
|
Kirill Bulatov
|
ee99620754
|
Move autoimport completion into the unqialified_path module
|
2020-11-16 21:19:06 +02:00 |
|
Igor Aleksanov
|
19c1067202
|
Reorganize completions structure
|
2020-10-25 10:59:15 +03:00 |
|