aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render/enum_variant.rs
Commit message (Expand)AuthorAgeFilesLines
* Reduce some more code duplicationLukas Wirth2020-12-221-45/+0
* Align code_model name with ungrammarAleksey Kladov2020-12-201-17/+9
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-1/+1
* Simplify import edit calculationKirill Bulatov2020-12-071-4/+4
* Remove redundant codeKirill Bulatov2020-12-071-4/+1
* Refactor the codeKirill Bulatov2020-12-071-1/+4
* Add eager resolve capabilityKirill Bulatov2020-12-071-1/+1
* Group import data in a structKirill Bulatov2020-11-271-9/+5
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-1/+1
* Profile completions betterKirill Bulatov2020-11-271-0/+1
* Avoid turning completion objects into buildersKirill Bulatov2020-11-161-2/+8
* Get rid of do-er antipatternIgor Aleksanov2020-11-031-3/+12
* Add doc-comments to the new filesIgor Aleksanov2020-11-031-0/+2
* Move rendering tests to the render moduleIgor Aleksanov2020-11-031-0/+74
* Introduce render moduleIgor Aleksanov2020-11-031-0/+95