Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct completions in items tests | Lukas Wirth | 2021-06-17 | 1 | -1/+5 |
| | |||||
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+2 |
| | |||||
* | Don't complete paths after attributes | Lukas Wirth | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | Don't show incorrect completions after unsafe or visiblity node | Lukas Wirth | 2021-06-16 | 1 | -1/+6 |
| | |||||
* | Start refactoring ide_completion tests | Lukas Wirth | 2021-06-16 | 1 | -17/+0 |
| | |||||
* | simplify | Lukas Wirth | 2021-06-07 | 1 | -4/+10 |
| | |||||
* | Move more things into PathCompletionContext | Lukas Wirth | 2021-06-07 | 1 | -2/+2 |
| | |||||
* | Remove obsolete is_new_item field on CompletionContext | Lukas Wirth | 2021-06-02 | 1 | -1/+1 |
| | |||||
* | Collapse more CompletionContext booleans into enums | Lukas Wirth | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | fix: don't show pd/ppd completions where it shouldn't be | Eduardo Canellas | 2021-05-25 | 1 | -2/+4 |
| | |||||
* | Unify naming | Aleksey Kladov | 2021-03-12 | 1 | -11/+11 |
| | |||||
* | use references in CompletionItem's builder | yonip23 | 2021-03-11 | 1 | -12/+13 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+116 |
We don't have completion-related PRs in flight, so lets do it |