aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Various keyword completion fixesLukas Wirth2021-06-211-12/+4
|
* Move out completion type position testsLukas Wirth2021-06-212-32/+185
|
* Move out completion pattern testsLukas Wirth2021-06-211-0/+348
|
* Correct completions in items testsLukas Wirth2021-06-171-22/+41
|
* Move item specific completion testsLukas Wirth2021-06-171-0/+108
|
* Fix incorrect completions in empty braced use statementLukas Wirth2021-06-171-0/+17
|
* Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-171-26/+3
|
* Move out and rewrite UseTree completion testsLukas Wirth2021-06-171-0/+261
|
* Move test_utils into tests moduleLukas Wirth2021-06-161-12/+20
|
* Don't complete paths after attributesLukas Wirth2021-06-161-41/+100
|
* Don't show incorrect completions after unsafe or visiblity nodeLukas Wirth2021-06-161-24/+10
|
* Don't complete visibility accessors after existing onesLukas Wirth2021-06-161-2/+0
|
* Start refactoring ide_completion testsLukas Wirth2021-06-161-0/+172