aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/qualified_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* More useful fn detail in completionAleksey Kladov2021-01-221-27/+27
| | | | | | | | | | | | | 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
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-2/+1
| | | | | | | rust-analyzer is a long-running program, so we *should* handle assertion failures. See also https://www.sqlite.org/assert.html.
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-35/+35
|
* Show enum variant on Self qualified pathsLukas Wirth2020-12-201-0/+29
|
* Keep the original completion order in testsKirill Bulatov2020-12-191-28/+28
|
* Place cursor correctly when completing assoc fns with selfAleksey Kladov2020-12-011-20/+20
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+755