Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More useful fn detail in completion | Aleksey Kladov | 2021-01-22 | 1 | -3/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | Partially unify SymbolKind and CompletionItemKind | Lukas Wirth | 2021-01-20 | 1 | -1/+2 |
| | |||||
* | Show deprecated completions for deprecated traits | Kirill Bulatov | 2021-01-18 | 1 | -1/+3 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -11/+11 |
| | |||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -2/+2 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | Make the result of Const, FunctionRender and TypeAliasRender constructors ↵ | Nick Spain | 2021-01-02 | 1 | -6/+5 |
| | | | | | | optional They use source() which now returns an Option so they need to too. | ||||
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+1 |
| | |||||
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -1/+1 |
| | | | | To start migrating HasSource::source to return an Option. | ||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Disable the completion for no corresponding client resolve capabilities | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 1 | -4/+4 |
| | |||||
* | Remove redundant code | Kirill Bulatov | 2020-12-07 | 1 | -4/+1 |
| | |||||
* | Refactor the code | Kirill Bulatov | 2020-12-07 | 1 | -1/+4 |
| | |||||
* | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Place cursor correctly when completing assoc fns with self | Aleksey Kladov | 2020-12-01 | 1 | -11/+42 |
| | |||||
* | Type-safer API for dealing with parameter lists with optional self | Aleksey Kladov | 2020-12-01 | 1 | -6/+10 |
| | |||||
* | Group import data in a struct | Kirill Bulatov | 2020-11-27 | 1 | -10/+6 |
| | |||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+1 |
| | |||||
* | Profile completions better | Kirill Bulatov | 2020-11-27 | 1 | -0/+1 |
| | |||||
* | Avoid turning completion objects into builders | Kirill Bulatov | 2020-11-16 | 1 | -3/+9 |
| | |||||
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 1 | -3/+11 |
| | |||||
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 1 | -0/+2 |
| | |||||
* | Move rendering tests to the render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+210 |
| | |||||
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 1 | -8/+4 |
| | |||||
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 1 | -0/+87 |