Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 1 | -2/+1 |
| | |||||
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 1 | -24/+32 |
| | |||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 1 | -4/+4 |
| | | | | Those will be replaced with snippets anyway | ||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -32/+25 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -24/+31 |
| | | | | | 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 |
| | |||||
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -1/+2 |
| | |||||
* | Use match_ast | Aleksey Kladov | 2020-03-18 | 1 | -10/+13 |
| | |||||
* | Merge imports assist | Aleksey Kladov | 2020-03-18 | 1 | -2/+2 |
| | | | | Work towards #2220 | ||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Fix typo | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | More orthogonal API for building paths | Aleksey Kladov | 2020-02-29 | 1 | -1/+5 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+137 |