aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/render/function.rs
Commit message (Expand)AuthorAgeFilesLines
* Move test_utils into tests moduleLukas Wirth2021-06-161-1/+1
* Don't allow lookup by self for unprefixed self access completionsLukas Wirth2021-06-111-13/+13
* Add MethodCall and FieldAccess variants to ImmediateLocationLukas Wirth2021-06-021-1/+1
* Less strings, more hir::NamesLukas Wirth2021-05-311-3/+3
* Complete `self.` prefixed fields and methods inside methodsLukas Wirth2021-05-311-5/+31
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-7/+7
* completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-261-2/+2
* implement a temporary workaround for #8058Josh Mcguigan2021-03-221-3/+20
*-. Merge #7900 #8000bors[bot]2021-03-161-2/+37
|\ \
| * | add params_display and ty_displayJosh Mcguigan2021-03-121-9/+17
| * | show function params in completion detailJosh Mcguigan2021-03-121-2/+29
* | | completions: centralize calculation of relevance and ref matchesJosh Mcguigan2021-03-161-14/+13
| |/ |/|
* | implement function completion scoringJosh Mcguigan2021-03-151-1/+16
|/
* Unify namingAleksey Kladov2021-03-121-4/+3
* use references in CompletionItem's builderyonip232021-03-111-3/+9
* Use upstream cov-markLaurențiu Nicola2021-03-081-7/+4
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+345