Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -688/+0 |
| | | | | We don't have completion-related PRs in flight, so lets do it | ||||
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | Forbid flyimport completions in use statements | Kirill Bulatov | 2021-01-28 | 1 | -1/+22 |
| | |||||
* | More useful fn detail in completion | Aleksey Kladov | 2021-01-22 | 1 | -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 traits | Kirill Bulatov | 2021-01-18 | 1 | -5/+7 |
| | |||||
* | Small token fix | Kirill Bulatov | 2021-01-18 | 1 | -1/+1 |
| | | | | Co-authored-by: Aleksey Kladov <[email protected]> | ||||
* | Properly resolve completion edits for empty input | Kirill Bulatov | 2021-01-17 | 1 | -31/+42 |
| | |||||
* | Draft the working completion | Kirill Bulatov | 2021-01-17 | 1 | -11/+138 |
| | |||||
* | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -32/+268 |
| | |||||
* | Unindent the test | Kirill Bulatov | 2021-01-16 | 1 | -22/+22 |
| | |||||
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -0/+291 |