Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct completions in items tests | Lukas Wirth | 2021-06-17 | 1 | -22/+41 |
* | Move item specific completion tests | Lukas Wirth | 2021-06-17 | 1 | -0/+108 |
* | Fix incorrect completions in empty braced use statement | Lukas Wirth | 2021-06-17 | 1 | -0/+17 |
* | Refine `self`, `super` and `crate` completion in use paths | Lukas Wirth | 2021-06-17 | 1 | -26/+3 |
* | Move out and rewrite UseTree completion tests | Lukas Wirth | 2021-06-17 | 1 | -0/+261 |
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -12/+20 |
* | Don't complete paths after attributes | Lukas Wirth | 2021-06-16 | 1 | -41/+100 |
* | Don't show incorrect completions after unsafe or visiblity node | Lukas Wirth | 2021-06-16 | 1 | -24/+10 |
* | Don't complete visibility accessors after existing ones | Lukas Wirth | 2021-06-16 | 1 | -2/+0 |
* | Start refactoring ide_completion tests | Lukas Wirth | 2021-06-16 | 1 | -0/+172 |