aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/presentation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Complete variants when only enun name is typedAleksey Kladov2020-10-231-8/+62
| | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed.
* Insert ref for completionsadamrk2020-10-221-18/+33
|
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+1341