aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions
Commit message (Expand)AuthorAgeFilesLines
* Better filter mod pathsKirill Bulatov2020-11-161-25/+27
* Move autoimport completion into the unqialified_path moduleKirill Bulatov2020-11-162-153/+139
* Omit modules during autocompletionKirill Bulatov2020-11-161-13/+13
* Tweak the search limits a bitKirill Bulatov2020-11-161-1/+3
* Reuse existing element renderingKirill Bulatov2020-11-161-48/+34
* Use imports_locatorKirill Bulatov2020-11-161-38/+36
* Rename the moduleKirill Bulatov2020-11-161-5/+1
* Allow to configure the merge behaviorKirill Bulatov2020-11-161-5/+2
* Add braces to functions and macrosKirill Bulatov2020-11-161-7/+59
* Tidy up the testsKirill Bulatov2020-11-161-49/+15
* Use rewriter api to add both changesKirill Bulatov2020-11-161-11/+51
* Add imports in auto completionKirill Bulatov2020-11-161-0/+114
* Don't complete keywords in struct literalsLukas Wirth2020-11-161-0/+46
* add suggestion ..Default::default() for remaining struct fields in a construc...Benjamin Coenen2020-11-131-3/+105
* Add some postfix snippetPavan Kumar Sunkara2020-11-081-0/+12
* Remove more unreachable pubsAleksey Kladov2020-11-021-3/+3
* Reduce visibility of some methodsIgor Aleksanov2020-10-261-1/+1
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-255-32/+25
* Reorganize completions structureIgor Aleksanov2020-10-2514-0/+5357