aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-073-6/+3
* Simplify import edit calculationKirill Bulatov2020-12-073-12/+15
* Remove redundant codeKirill Bulatov2020-12-073-12/+3
* Refactor the codeKirill Bulatov2020-12-073-3/+12
* Add eager resolve capabilityKirill Bulatov2020-12-073-3/+3
* Place cursor correctly when completing assoc fns with selfAleksey Kladov2020-12-012-11/+43
* Fix typoAleksey Kladov2020-12-011-2/+2
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-6/+10
* Group import data in a structKirill Bulatov2020-11-273-30/+17
* Extract the import code into the shared moduleKirill Bulatov2020-11-273-3/+4
* Profile completions betterKirill Bulatov2020-11-273-0/+3
* Avoid turning completion objects into buildersKirill Bulatov2020-11-163-8/+26
* Reuse existing element renderingKirill Bulatov2020-11-161-40/+32
* Add braces to functions and macrosKirill Bulatov2020-11-161-32/+40
* Get rid of do-er antipatternIgor Aleksanov2020-11-035-19/+54
* Add doc-comments to the new filesIgor Aleksanov2020-11-035-1/+15
* Move rendering tests to the render moduleIgor Aleksanov2020-11-033-0/+374
* Add TypeAliasRenderIgor Aleksanov2020-11-032-2/+47
* Add ConstRenderIgor Aleksanov2020-11-033-10/+53
* Introduce render moduleIgor Aleksanov2020-11-034-0/+392