aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/render
Commit message (Expand)AuthorAgeFilesLines
* 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