aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/unqualified_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement per-edition preludesJonas Schievink2021-06-011-18/+19
|
* Move unprefixed field/method completion to `dot`Lukas Wirth2021-05-311-46/+0
|
* Less strings, more hir::NamesLukas Wirth2021-05-311-3/+3
|
* Complete `self.` prefixed fields and methods inside methodsLukas Wirth2021-05-311-0/+48
|
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-4/+4
|
* Only complete modules in empty use-statementsLukas Wirth2021-05-281-14/+16
|
* Complete modules in item listsLukas Wirth2021-05-271-2/+20
|
* Complete modules in assoc item listsLukas Wirth2021-05-271-2/+7
|
* Don't complete non-macro item paths in impls and modulesLukas Wirth2021-05-271-1/+26
|
* simplifyLukas Wirth2021-05-271-6/+1
|
* Collapse more CompletionContext booleans into enumsLukas Wirth2021-05-271-2/+1
|
* Merge pattern completion related bools into an enumLukas Wirth2021-05-261-2/+2
|
* fix: remove undesired completions from trait/impl blocksEduardo Canellas2021-05-261-0/+2
|
* simplifyLukas Tobias Wirth2021-05-051-2/+4
|
*-. Merge #7900 #8000bors[bot]2021-03-161-25/+25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]>
| * | show function params in completion detailJosh Mcguigan2021-03-121-25/+25
| |/
* / unqualfied_path completions aren't responsible for pattern completionsLukas Wirth2021-03-151-87/+1
|/
* Use upstream cov-markLaurențiu Nicola2021-03-081-7/+5
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+755
We don't have completion-related PRs in flight, so lets do it