aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/item.rs
Commit message (Collapse)AuthorAgeFilesLines
* Minor, more orthogonal codeAleksey Kladov2020-12-101-3/+2
| | | | It's better to accept things as arguments rather than store them.
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-3/+3
|
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-32/+3
|
* Less panic, more testsKirill Bulatov2020-12-071-7/+21
|
* Fix the profiling labelKirill Bulatov2020-12-071-1/+1
|
* Use stateless completion resolveKirill Bulatov2020-12-071-1/+0
|
* Remove the stateKirill Bulatov2020-12-071-27/+3
|
* Make completion resolve asyncKirill Bulatov2020-12-071-2/+27
|
* Simplify import edit calculationKirill Bulatov2020-12-071-26/+37
|
* Refactor the codeKirill Bulatov2020-12-071-2/+1
|
* Add eager resolve capabilityKirill Bulatov2020-12-071-5/+31
|
* Better support client completion resolve capsKirill Bulatov2020-12-071-0/+1
|
* Working resolve completion imports prototypeKirill Bulatov2020-12-071-5/+9
|
* Draft the new lsp handlerKirill Bulatov2020-12-071-23/+11
|
* Move the helpers into ide_dbKirill Bulatov2020-11-281-1/+1
|
* Group import data in a structKirill Bulatov2020-11-271-11/+20
|
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-2/+5
|
* Profile completions betterKirill Bulatov2020-11-271-0/+2
|
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-29/+47
|
* Qualify autoimport completion suggestionsKirill Bulatov2020-11-161-4/+20
|
* Reuse existing element renderingKirill Bulatov2020-11-161-0/+4
|
* Add imports in auto completionKirill Bulatov2020-11-161-0/+1
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-29/+0
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+403