aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/render
Commit message (Expand)AuthorAgeFilesLines
* Nest all the or-patterns!Lukas Wirth2021-06-171-1/+1
* Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-172-2/+2
* Move test_utils into tests moduleLukas Wirth2021-06-163-3/+3
* SimplifyLukas Wirth2021-06-161-2/+2
* clippy::redudant_borrowMaan20032021-06-131-3/+3
* Complete associated types in dyn and impl traitLukas Wirth2021-06-111-7/+16
* Don't allow lookup by self for unprefixed self access completionsLukas Wirth2021-06-111-13/+13
* Simplify CompletionContext by introducing a path CallKind enumLukas Wirth2021-06-062-6/+10
* 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-313-34/+44
* Don't label derive macros with their banged_nameLukas Wirth2021-05-281-1/+5
* internal: normalize nameAleksey Kladov2021-04-301-1/+1
* completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-262-4/+4
* implement a temporary workaround for #8058Josh Mcguigan2021-03-221-3/+20
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-1/+1
*-. 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-162-15/+25
* | | Merge #8035bors[bot]2021-03-151-18/+18
|\ \ \ | |_|/ |/| |
| * | unqualfied_path completions aren't responsible for pattern completionsLukas Wirth2021-03-151-18/+18
| |/
* / implement function completion scoringJosh Mcguigan2021-03-151-1/+16
|/
* Unify namingAleksey Kladov2021-03-124-26/+22
* use references in CompletionItem's builderyonip232021-03-117-39/+49
* Use upstream cov-markLaurențiu Nicola2021-03-084-22/+12
* rename completion -> ide_completionAleksey Kladov2021-02-177-0/+1052