Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -5/+5 |
| | | | | | | The idea behind requiring the label is a noble one, but we are not really using it consistently anyway, and it should be easy to retrofit later, should we need it. | ||||
* | Remove unused cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -2/+1 |
| | |||||
* | Remove set_cursor | Aleksey Kladov | 2020-05-20 | 1 | -17/+3 |
| | |||||
* | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 1 | -3/+13 |
| | |||||
* | Server side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 1 | -10/+0 |
| | |||||
* | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 1 | -6/+45 |
| | |||||
* | Fix visibility | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-05-07 | 1 | -2/+1 |
| | |||||
* | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 1 | -8/+8 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -0/+234 |
It now duplicates completion API in its shape. |