aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/test_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-2/+2
|
* Align config's API with usageAleksey Kladov2021-01-061-5/+17
| | | | The config now is mostly immutable, optimize for that.
* Keep the original completion order in testsKirill Bulatov2020-12-191-2/+1
|
* Minor, more orthogonal codeAleksey Kladov2020-12-101-1/+2
| | | | It's better to accept things as arguments rather than store them.
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-1/+10
|
* Refactor the codeKirill Bulatov2020-12-071-1/+0
|
* Add eager resolve capabilityKirill Bulatov2020-12-071-1/+1
|
* Better support client completion resolve capsKirill Bulatov2020-12-071-0/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-13/+6
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+130