aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/record.rs
Commit message (Expand)AuthorAgeFilesLines
* Move the helpers into ide_dbKirill Bulatov2020-11-281-2/+2
* Extract the import code into the shared moduleKirill Bulatov2020-11-271-2/+2
* add suggestion ..Default::default() for remaining struct fields in a construc...Benjamin Coenen2020-11-131-3/+105
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+226