aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/trait_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* More useful fn detail in completionAleksey Kladov2021-01-221-5/+0
| | | | | | | | | | | | | 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 CompletionItemKindLukas Wirth2021-01-201-4/+4
|
* Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-101-3/+3
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-35/+35
|
* Remove source_old from adding const and function implsNick Spain2021-01-021-23/+26
|
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+2
|
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-2/+2
| | | | To start migrating HasSource::source to return an Option.
* Tidy upKirill Bulatov2020-12-191-5/+5
|
* Keep the original completion order in testsKirill Bulatov2020-12-191-5/+5
|
* Type-safer API for dealing with parameter lists with optional selfAleksey Kladov2020-12-011-1/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+736