aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/dot.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename completion -> ide_completionAleksey Kladov2021-02-171-431/+0
| | | | We don't have completion-related PRs in flight, so lets do it
* More useful fn detail in completionAleksey Kladov2021-01-221-11/+11
| | | | | | | | | | | | | 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
* Use another name instead of dbg for testEdwin Cheng2021-01-081-4/+4
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-21/+21
|
* Keep the original completion order in testsKirill Bulatov2020-12-191-4/+4
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-1/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+431