Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 1 | -2/+2 |
| | |||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -3/+3 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -16/+20 |
| | | | | 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 |
| | |||||
* | disable invert if assist for if-let to fix #3281 | Josh Mcguigan | 2020-03-21 | 1 | -0/+13 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2020-03-19 | 1 | -2/+4 |
| | |||||
* | Introduce assists utils | Aleksey Kladov | 2020-02-07 | 1 | -23/+2 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+112 |