aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions
Commit message (Collapse)AuthorAgeFilesLines
...
* add suggestion ..Default::default() for remaining struct fields in a ↵Benjamin Coenen2020-11-131-3/+105
| | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]>
* 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