Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the feature | Kirill Bulatov | 2020-12-07 | 1 | -0/+43 |
* | Simplify | Kirill Bulatov | 2020-12-07 | 1 | -2/+4 |
* | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 2 | -9/+60 |
* | Fix the profiling label | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 4 | -15/+40 |
* | Remove the state | Kirill Bulatov | 2020-12-07 | 2 | -31/+4 |
* | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 2 | -3/+31 |
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 7 | -50/+65 |
* | Remove redundant code | Kirill Bulatov | 2020-12-07 | 5 | -27/+15 |
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 7 | -9/+29 |
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 7 | -11/+41 |
* | Better support client completion resolve caps | Kirill Bulatov | 2020-12-07 | 2 | -0/+2 |
* | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 2 | -1/+11 |
* | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 2 | -6/+10 |
* | Draft the new lsp handler | Kirill Bulatov | 2020-12-07 | 1 | -23/+11 |
* | Update attributes completion list | Lukas Wirth | 2020-12-06 | 1 | -3/+39 |
* | Trigger .let postfix snippet in the middle of the block | Aleksey Kladov | 2020-12-01 | 1 | -4/+31 |
* | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 3 | -31/+63 |
* | Fix typo | Aleksey Kladov | 2020-12-01 | 1 | -2/+2 |
* | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 2 | -7/+11 |
* | Merge #6601 | bors[bot] | 2020-11-29 | 2 | -0/+61 |
|\ | |||||
| * | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-28 | 2 | -11/+56 |
| * | add let and letm postfix to turn expressions into variables | Benjamin Coenen | 2020-11-21 | 1 | -0/+16 |
* | | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 5 | -6/+6 |
* | | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 5 | -52/+49 |
* | | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 8 | -10/+14 |
* | | Profile completions better | Kirill Bulatov | 2020-11-27 | 4 | -0/+5 |
* | | Merge #6635 | bors[bot] | 2020-11-26 | 2 | -14/+46 |
|\ \ | |||||
| * | | Complete struct in irrefutable let | Lukas Wirth | 2020-11-26 | 2 | -14/+46 |
| |/ | |||||
* | | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 2 | -26/+29 |
|\ \ | |||||
| * | | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 2 | -26/+29 |
| |/ | |||||
* | | Document experimental completions | Kirill Bulatov | 2020-11-24 | 1 | -0/+7 |
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 2 | -1/+5 |
|/ | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 7 | -79/+116 |
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 2 | -3/+25 |
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 2 | -16/+43 |
* | Better filter mod paths | Kirill Bulatov | 2020-11-16 | 1 | -25/+27 |
* | Move autoimport completion into the unqialified_path module | Kirill Bulatov | 2020-11-16 | 4 | -155/+139 |
* | Omit modules during autocompletion | Kirill Bulatov | 2020-11-16 | 1 | -13/+13 |
* | Tweak the search limits a bit | Kirill Bulatov | 2020-11-16 | 1 | -1/+3 |
* | Reuse existing element rendering | Kirill Bulatov | 2020-11-16 | 3 | -88/+70 |
* | Use imports_locator | Kirill Bulatov | 2020-11-16 | 2 | -39/+37 |
* | Rename the module | Kirill Bulatov | 2020-11-16 | 2 | -6/+2 |
* | Allow to configure the merge behavior | Kirill Bulatov | 2020-11-16 | 2 | -5/+6 |
* | Add braces to functions and macros | Kirill Bulatov | 2020-11-16 | 2 | -39/+99 |
* | Tidy up the tests | Kirill Bulatov | 2020-11-16 | 1 | -49/+15 |
* | Use rewriter api to add both changes | Kirill Bulatov | 2020-11-16 | 1 | -11/+51 |
* | Add imports in auto completion | Kirill Bulatov | 2020-11-16 | 4 | -0/+117 |
* | Don't complete keywords in struct literals | Lukas Wirth | 2020-11-16 | 1 | -0/+46 |