aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions.rs
Commit message (Expand)AuthorAgeFilesLines
* Start refactoring ide_completion testsLukas Wirth2021-06-161-56/+57
* SimplifyLukas Wirth2021-06-161-13/+5
* Filter out non-type completions in the respective completions modules insteadLukas Wirth2021-06-161-3/+0
* Complete associated types in dyn and impl traitLukas Wirth2021-06-111-1/+9
* Add tests checking no value completion in type posLukas Wirth2021-06-081-0/+3
* Don't complete values in type positionLukas Wirth2021-06-081-26/+22
* Remove unnecessary completion::macro_in_item_positionLukas Wirth2021-06-071-1/+0
* Move unprefixed field/method completion to `dot`Lukas Wirth2021-05-311-44/+1
* Less strings, more hir::NamesLukas Wirth2021-05-311-3/+3
* Complete `self.` prefixed fields and methods inside methodsLukas Wirth2021-05-311-5/+57
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-11/+16
* simplifyLukas Tobias Wirth2021-05-051-30/+26
* Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
* implement a temporary workaround for #8058Josh Mcguigan2021-03-221-1/+12
* Add basic lifetime completionLukas Wirth2021-03-201-10/+19
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+224