aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Share import_assets and related entitiesKirill Bulatov2021-01-161-1/+4
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-7/+7
* Align config's API with usageAleksey Kladov2021-01-061-4/+3
* YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-061-1/+1
* Avoid a couple of allocationsLaurențiu Nicola2020-12-291-1/+1
* Minor, more orthogonal codeAleksey Kladov2020-12-101-3/+1
* Normalize spelling to American EnglishAleksey Kladov2020-12-101-1/+1
* Better config nameKirill Bulatov2020-12-081-6/+3
* Disable the completion for no corresponding client resolve capabilitiesKirill Bulatov2020-12-071-1/+1
* SimplifyKirill Bulatov2020-12-071-2/+4
* Use stateless completion resolveKirill Bulatov2020-12-071-2/+30
* Remove the stateKirill Bulatov2020-12-071-4/+1
* Make completion resolve asyncKirill Bulatov2020-12-071-1/+4
* Simplify import edit calculationKirill Bulatov2020-12-071-1/+1
* Properly fill client completion resolve capabilities dataKirill Bulatov2020-12-071-1/+1
* Working resolve completion imports prototypeKirill Bulatov2020-12-071-1/+1
* Merge #6601bors[bot]2020-11-291-0/+2
|\
| * add let and letm postfix to turn expressions into variablesBenjamin Coenen2020-11-281-0/+2
* | Document experimental completionsKirill Bulatov2020-11-241-0/+7
|/
* Introduce render moduleIgor Aleksanov2020-11-031-0/+1
* Remove presentation moduleIgor Aleksanov2020-10-251-1/+0
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-4/+1
* Reorganize completions structureIgor Aleksanov2020-10-251-36/+24
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* add completions for clippy lint in attributesBenjamin Coenen2020-10-201-1/+1
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+264