Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1131 | bors[bot] | 2019-04-10 | 9 | -153/+0 |
|\ | |||||
| * | Use inline snapshots in complete_dot | Ville Penttinen | 2019-04-10 | 9 | -153/+0 |
* | | Use inline snapshots in complete_fn_param | Ville Penttinen | 2019-04-10 | 3 | -45/+0 |
|/ | |||||
* | Update test snapshots | Ville Penttinen | 2019-04-09 | 2 | -10/+10 |
* | Rudimentarily autocomplete tuple struct field access | robojumper | 2019-04-06 | 1 | -0/+16 |
* | fix comment naming | Aleksey Kladov | 2019-04-02 | 1 | -3/+6 |
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 2 | -6/+6 |
* | more compact edits in insta | Aleksey Kladov | 2019-02-18 | 54 | -1158/+330 |
* | Don't use additional_text_edits API internally | Aleksey Kladov | 2019-02-18 | 54 | -329/+1203 |
* | More compact debug representation for completion | Aleksey Kladov | 2019-02-18 | 54 | -1878/+578 |
* | Don't render `()` in calls to assoc functions | Aleksey Kladov | 2019-02-17 | 1 | -0/+24 |
* | use better label for &mut ref completion | Aleksey Kladov | 2019-02-14 | 1 | -10/+10 |
* | tweak postfix completions | Aleksey Kladov | 2019-02-14 | 1 | -7/+44 |
* | add ref postfix template | Aleksey Kladov | 2019-02-14 | 1 | -3/+26 |
* | Complete names from prelude | Florian Diebold | 2019-02-13 | 1 | -0/+54 |
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 1 | -0/+26 |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 3 | -0/+86 |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 1 | -0/+22 |
* | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 1 | -0/+22 |
* | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 4 | -370/+1 |
* | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 4 | -6/+198 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 2 | -0/+76 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -2/+16 |
* | Sort completions in tests | Florian Diebold | 2019-01-27 | 24 | -269/+269 |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 1 | -4/+8 |
* | Add module documentation support | Jeremy A. Kolb | 2019-01-25 | 1 | -0/+26 |
* | EnumVariant details for completion | Jeremy A. Kolb | 2019-01-25 | 2 | -5/+73 |
* | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 1 | -0/+40 |
* | 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 |