Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -17/+13 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Don't set cursor in change_visibility | Aleksey Kladov | 2020-05-20 | 1 | -6/+3 |
| | |||||
* | Split change_ and fix_ visibility assists | Aleksey Kladov | 2020-05-20 | 1 | -506/+1 |
| | |||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 |
| | | | | Union fields apparently don't work :( | ||||
* | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -18/+13 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -11/+21 |
| | | | | | Target is used for assists sorting, so we need it before we compute the action. | ||||
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Make `change_visibility` assist work for tuple struct field visibility | Jesse Bakker | 2020-05-02 | 1 | -3/+10 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | Fix add visibility false-positive | Aleksey Kladov | 2020-03-25 | 1 | -12/+28 |
| | |||||
* | introduce const visibility assist | Douglas Campos | 2020-02-28 | 1 | -4/+9 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+167 |