Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | postfix completion | gfreezy | 2019-01-21 | 1 | -0/+6 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -12/+18 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -74/+36 |
* | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -88/+122 |
* | remove Cancelable from navigation target | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | args -> params | Florian Diebold | 2019-01-12 | 1 | -1/+1 |
* | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -1/+6 |
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+20 |
* | dont complete () if they are already there | Aleksey Kladov | 2019-01-10 | 1 | -1/+1 |
* | show field types in completion | Aleksey Kladov | 2019-01-09 | 1 | -2/+9 |
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+12 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+244 |