aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/render
Commit message (Collapse)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
| | | | All def types in hir are unsubstituted
* 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7900: show function params in completion detail r=matklad a=JoshMcguigan This resolves #7842 by updating the detail for function completions from `-> T` to `fn(T, U) -> V`. I added an expicit unit test for this, `ide_completion::render::fn_detail_includes_args_and_return_type`, which passes. Lots of other unit tests fail (~60 of them) due to this change, although I believe the failures are purely cosmetic (they were testing the exact format of this output). I'm happy to go update those tests, but before I do that I'd like to make sure this is in fact the format we want for the detail? edit - I realized `UPDATE_EXPECT=1 cargo test` automatically updates `expect!` tests. Big :+1: to whoever worked on that! So I'll go ahead and update all these tests soon. But I still would like to confirm `fn(T, U) -> V` is the desired content in the `detail` field. 8000: Use hir formatter for hover text r=matklad a=oxalica Fix #2765 , (should) fix #4665 Co-authored-by: Josh Mcguigan <[email protected]> Co-authored-by: oxalica <[email protected]>
| * | 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
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | 8035: unqualfied_path completions aren't responsible for variant pattern completions r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | 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
We don't have completion-related PRs in flight, so lets do it