aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/record.rs
Commit message (Collapse)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 ↵Benjamin Coenen2020-11-131-3/+105
| | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]>
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+226