aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/dot.rs
Commit message (Expand)AuthorAgeFilesLines
* minor: use minicoreAleksey Kladov2021-06-181-4/+1
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+2
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Move more things into PathCompletionContextLukas Wirth2021-06-071-1/+1
* Simplify CompletionContext by introducing a path CallKind enumLukas Wirth2021-06-061-2/+2
* Add MethodCall and FieldAccess variants to ImmediateLocationLukas Wirth2021-06-021-2/+5
* Add config setting for self-on-the-flyLukas Wirth2021-05-311-1/+1
* Move unprefixed field/method completion to `dot`Lukas Wirth2021-05-311-3/+100
* Complete `self.` prefixed fields and methods inside methodsLukas Wirth2021-05-311-36/+5
* Paper over #8931 a bit moreFlorian Diebold2021-05-231-0/+1
* Add test for #8931 and better checkingFlorian Diebold2021-05-231-0/+29
* implement a temporary workaround for #8058Josh Mcguigan2021-03-221-1/+1
* show function params in completion detailJosh Mcguigan2021-03-121-12/+12
* Use upstream cov-markLaurențiu Nicola2021-03-081-4/+2
* Add testJonas Schievink2021-02-231-0/+28
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+431