aboutsummaryrefslogtreecommitdiff
path: root/crates/completion
Commit message (Expand)AuthorAgeFilesLines
* Align code_model name with ungrammarAleksey Kladov2020-12-204-28/+19
* Fewer allocationsKirill Bulatov2020-12-191-5/+7
* Tidy upKirill Bulatov2020-12-192-32/+26
* Keep the original completion order in testsKirill Bulatov2020-12-1912-194/+193
* Add a slightly better fuzzy search heuristicsKirill Bulatov2020-12-191-10/+62
* Merge #6901bors[bot]2020-12-181-0/+1
|\
| * Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-181-0/+1
* | Show first fuzzy completions fully containing the inputKirill Bulatov2020-12-171-5/+14
|/
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-3/+3
* Remove some redundant allocationsJeremy Kolb2020-12-122-2/+2
* Use natural trait ordering in derive completionAleksey Kladov2020-12-111-17/+18
* Remove debug printAleksey Kladov2020-12-101-7/+5
* Minor, more orthogonal codeAleksey Kladov2020-12-104-16/+12
* Normalize spelling to American EnglishAleksey Kladov2020-12-104-12/+12
* Tweak the search query params for better lookup speedKirill Bulatov2020-12-081-31/+29
* Better config nameKirill Bulatov2020-12-083-10/+9
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-079-145/+79
* Document the featureKirill Bulatov2020-12-071-0/+43
* SimplifyKirill Bulatov2020-12-071-2/+4
* Less panic, more testsKirill Bulatov2020-12-072-9/+60
* Fix the profiling labelKirill Bulatov2020-12-071-1/+1
* Use stateless completion resolveKirill Bulatov2020-12-074-15/+40
* Remove the stateKirill Bulatov2020-12-072-31/+4
* Make completion resolve asyncKirill Bulatov2020-12-072-3/+31
* Simplify import edit calculationKirill Bulatov2020-12-077-50/+65
* Remove redundant codeKirill Bulatov2020-12-075-27/+15
* Refactor the codeKirill Bulatov2020-12-077-9/+29
* Add eager resolve capabilityKirill Bulatov2020-12-077-11/+41
* Better support client completion resolve capsKirill Bulatov2020-12-072-0/+2
* Properly fill client completion resolve capabilities dataKirill Bulatov2020-12-072-1/+11
* Working resolve completion imports prototypeKirill Bulatov2020-12-072-6/+10
* Draft the new lsp handlerKirill Bulatov2020-12-071-23/+11
* Update attributes completion listLukas Wirth2020-12-061-3/+39
* Trigger .let postfix snippet in the middle of the blockAleksey Kladov2020-12-011-4/+31
* Place cursor correctly when completing assoc fns with selfAleksey Kladov2020-12-013-31/+63
* Fix typoAleksey Kladov2020-12-011-2/+2
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-012-7/+11
* Merge #6601bors[bot]2020-11-292-0/+61
|\
| * add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-282-11/+56
| * add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-211-0/+16
* | Move the helpers into ide_dbKirill Bulatov2020-11-286-7/+6
* | Group import data in a structKirill Bulatov2020-11-275-52/+49
* | Extract the import code into the shared moduleKirill Bulatov2020-11-279-11/+15
* | Profile completions betterKirill Bulatov2020-11-274-0/+5
* | Merge #6635bors[bot]2020-11-262-14/+46
|\ \
| * | Complete struct in irrefutable letLukas Wirth2020-11-262-14/+46
| |/
* | Merge #6614 #6632bors[bot]2020-11-262-26/+29
|\ \
| * | Improve autoimports on completion speedKirill Bulatov2020-11-242-26/+29
| |/
* | Document experimental completionsKirill Bulatov2020-11-241-0/+7
* | Gate autoimports begind experimental completions flagKirill Bulatov2020-11-242-1/+5
|/