Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -25/+1 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | YAGNI active_resolve_capabilities | Aleksey Kladov | 2021-01-06 | 1 | -22/+0 |
| | | | | | | | | | This leaks a lot of LSP details into ide layer, which we want to avoid: https://github.com/rust-analyzer/rust-analyzer/tree/c9cec381bcfd97e5f3536e31a9c546ab5c0665e6/docs/dev#lsp-independence Additionally, all what this infra does is providing a toggle for auto-import completion, but we already have one! | ||||
* | Normalize spelling to American English | Aleksey Kladov | 2020-12-10 | 1 | -3/+3 |
| | |||||
* | Better config name | Kirill Bulatov | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -2/+2 |
| | |||||
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -6/+4 |
| | |||||
* | Remove redundant code | Kirill Bulatov | 2020-12-07 | 1 | -7/+10 |
| | |||||
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 1 | -1/+8 |
| | |||||
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 1 | -0/+4 |
| | |||||
* | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 1 | -0/+10 |
| | |||||
* | 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 |
| | |||||
* | Gate autoimports begind experimental completions flag | Kirill Bulatov | 2020-11-24 | 1 | -0/+2 |
| | |||||
* | Allow to configure the merge behavior | Kirill Bulatov | 2020-11-16 | 1 | -0/+4 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+35 |