Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix snap | Jeremy A. Kolb | 2019-01-23 | 1 | -5/+5 |
* | Add a bunch of new documentation to completions | Jeremy A. Kolb | 2019-01-23 | 1 | -6/+14 |
* | don't insert parens for self methods | Aleksey Kladov | 2019-01-23 | 4 | -12/+38 |
* | fix completion bugs | gfreezy | 2019-01-23 | 24 | -128/+138 |
* | Add function signature to CompletionItem detail | Jeremy A. Kolb | 2019-01-22 | 14 | -30/+64 |
* | Update snaps | Jeremy A. Kolb | 2019-01-22 | 44 | -176/+385 |
* | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 3 | -6/+6 |
* | postfix completion | gfreezy | 2019-01-21 | 3 | -29/+209 |
* | fix tests | gfreezy | 2019-01-20 | 7 | -18/+18 |
* | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 39 | -257/+257 |
* | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 39 | -647/+522 |
* | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 42 | -0/+2052 |