aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded string allocationsLukas Wirth2020-12-311-1/+1
* Avoid a couple of allocationsLaurențiu Nicola2020-12-291-2/+2
* Merge #7064bors[bot]2020-12-291-3/+8
|\
| * Tweak the fuzzy search limitsKirill Bulatov2020-12-281-1/+6
| * Add docs and optimisationsKirill Bulatov2020-12-281-2/+2
| * Better query api and fuzzy searchKirill Bulatov2020-12-281-1/+1
| * Draft the module exclusion in modulesKirill Bulatov2020-12-281-1/+1
* | Merge #7076bors[bot]2020-12-291-1/+10
|\ \
| * | Properly parse path separators in format-like postfixLukas Wirth2020-12-291-1/+10
| |/
* / format-postfix completion takes format instead of fmtLukas Wirth2020-12-292-2/+2
|/
* Merge #6960bors[bot]2020-12-232-1/+55
|\
| * Show enum variant completions for ref scrutineeLukas Wirth2020-12-201-1/+26
| * Show enum variant on Self qualified pathsLukas Wirth2020-12-201-0/+29
* | Reduce some more code duplicationLukas Wirth2020-12-221-9/+29
* | Insert snippet positions after fields names in record patternsLukas Wirth2020-12-211-5/+5
* | Emit snippets for struct pattern completion if enabledLukas Wirth2020-12-201-5/+5
* | Add completions for patternsLukas Wirth2020-12-201-15/+139
|/
* Align code_model name with ungrammarAleksey Kladov2020-12-201-1/+1
* Fewer allocationsKirill Bulatov2020-12-191-5/+7
* Tidy upKirill Bulatov2020-12-192-32/+26
* Keep the original completion order in testsKirill Bulatov2020-12-1911-192/+192
* Add a slightly better fuzzy search heuristicsKirill Bulatov2020-12-191-10/+62
* Show first fuzzy completions fully containing the inputKirill Bulatov2020-12-171-5/+14
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
* 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-101-9/+7
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-5/+5
* Tweak the search query params for better lookup speedKirill Bulatov2020-12-081-31/+29
* Better config nameKirill Bulatov2020-12-081-2/+4
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-76/+58
* Document the featureKirill Bulatov2020-12-071-0/+43
* Less panic, more testsKirill Bulatov2020-12-071-2/+39
* Use stateless completion resolveKirill Bulatov2020-12-071-4/+6
* 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-011-20/+20
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-1/+1
* Merge #6601bors[bot]2020-11-291-0/+59
|\
| * add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-281-11/+54
| * add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-211-0/+16
* | Move the helpers into ide_dbKirill Bulatov2020-11-282-3/+3
* | Extract the import code into the shared moduleKirill Bulatov2020-11-272-3/+3
* | Merge #6635bors[bot]2020-11-261-14/+43
|\ \
| * | Complete struct in irrefutable letLukas Wirth2020-11-261-14/+43
| |/
* | Merge #6614 #6632bors[bot]2020-11-261-26/+28
|\ \
| * | Improve autoimports on completion speedKirill Bulatov2020-11-241-26/+28
| |/
* / Gate autoimports begind experimental completions flagKirill Bulatov2020-11-241-1/+3
|/
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-32/+10
* Remove query aliasesKirill Bulatov2020-11-161-1/+1