Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug print | Aleksey Kladov | 2020-12-10 | 1 | -7/+5 |
* | Minor, more orthogonal code | Aleksey Kladov | 2020-12-10 | 1 | -9/+7 |
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 1 | -5/+5 |
* | Tweak the search query params for better lookup speed | Kirill Bulatov | 2020-12-08 | 1 | -31/+29 |
* | Better config name | Kirill Bulatov | 2020-12-08 | 1 | -2/+4 |
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -76/+58 |
* | Document the feature | Kirill Bulatov | 2020-12-07 | 1 | -0/+43 |
* | Less panic, more tests | Kirill Bulatov | 2020-12-07 | 1 | -2/+39 |
* | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 1 | -4/+6 |
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -1/+1 |
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
* | Merge #6614 #6632 | bors[bot] | 2020-11-26 | 1 | -26/+28 |
|\ | |||||
| * | Improve autoimports on completion speed | Kirill Bulatov | 2020-11-24 | 1 | -26/+28 |
* | | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 1 | -1/+3 |
|/ | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -32/+10 |
* | Remove query aliases | Kirill Bulatov | 2020-11-16 | 1 | -1/+1 |
* | Fix the other test | Kirill Bulatov | 2020-11-16 | 1 | -3/+3 |
* | Qualify autoimport completion suggestions | Kirill Bulatov | 2020-11-16 | 1 | -12/+23 |
* | 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 | 1 | -2/+139 |
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+679 |