aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/flyimport.rs
Commit message (Collapse)AuthorAgeFilesLines
* Forbid flyimport completions in use statementsKirill Bulatov2021-01-281-1/+22
|
* More useful fn detail in completionAleksey Kladov2021-01-221-8/+8
| | | | | | | | | | | | | Detail should be rendered as shtort one line, just dumping fn header there is not useful, despite the fact that TS does this. The fact that this is a function should be indicated by the icon, the same goes for pub/const/async etc qualitfiers name is already present in the lable (and arg list should be a part of that, as in idea) But the return type is the small genuinerlly useful bit of info we can show here
* Show deprecated completions for deprecated traitsKirill Bulatov2021-01-181-5/+7
|
* Small token fixKirill Bulatov2021-01-181-1/+1
| | | | Co-authored-by: Aleksey Kladov <[email protected]>
* Properly resolve completion edits for empty inputKirill Bulatov2021-01-171-31/+42
|
* Draft the working completionKirill Bulatov2021-01-171-11/+138
|
* Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-32/+268
|
* Unindent the testKirill Bulatov2021-01-161-22/+22
|
* Share import_assets and related entitiesKirill Bulatov2021-01-161-0/+291