aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_qualified_path.rs
Commit message (Expand)AuthorAgeFilesLines
* More consistent usage of fixturesAleksey Kladov2020-06-241-34/+34
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-56/+56
* Switch to new magic marksAleksey Kladov2020-05-201-4/+4
* Fix completion and hover for module and function of same nameHasan Ali2020-05-161-1/+29
* Rename ImplItem to AssocItemEdwin Cheng2020-05-051-1/+1
* Remove false positive attr compleitonsAleksey Kladov2020-05-041-2/+21
* if let -> matchJonas Schievink2020-04-291-4/+3
* Complete assoc. items on type parametersJonas Schievink2020-04-291-11/+262
* Convert tests to text-sizeAleksey Kladov2020-04-251-78/+78
* Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
* Better label for macros completionAleksey Kladov2020-04-241-1/+1
* Better naming for scope completionAleksey Kladov2020-04-071-1/+1
* Better naming for path completionAleksey Kladov2020-04-071-0/+1046