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