Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -9/+5 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -3/+3 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -2/+1 |
| | | | | | 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 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+142 |