Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 4 | -4/+4 |
| | |||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+1 |
| | |||||
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 2 | -2/+2 |
| | |||||
* | Complete variants when only enun name is typed | Aleksey Kladov | 2020-10-23 | 1 | -8/+62 |
| | | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed. | ||||
* | Insert ref for completions | adamrk | 2020-10-22 | 3 | -19/+66 |
| | |||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 4 | -132/+10 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 22 | -0/+8410 |