aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/item.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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