aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/record.rs
Commit message (Expand)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-14/+14
* Strip completion prefix of what has already been typedNick Spain2021-01-011-5/+4
* Add a test for correct completion of ..Default::default()Nick Spain2021-01-011-1/+61
* Fix completion of Default struct update syntaxNick Spain2020-12-311-1/+6
* Keep the original completion order in testsKirill Bulatov2020-12-191-2/+2
* 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