Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More useful fn detail in completion | Aleksey Kladov | 2021-01-22 | 1 | -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 mechanism | Aleksey Kladov | 2021-01-14 | 1 | -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 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -35/+35 |
| | |||||
* | Show enum variant on Self qualified paths | Lukas Wirth | 2020-12-20 | 1 | -0/+29 |
| | |||||
* | Keep the original completion order in tests | Kirill Bulatov | 2020-12-19 | 1 | -28/+28 |
| | |||||
* | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 1 | -20/+20 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -0/+755 |