aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/qualified_path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move out completion type position testsLukas Wirth2021-06-211-76/+0
|
* Merge #9315bors[bot]2021-06-171-6/+12
|\ | | | | | | | | | | | | | | 9315: Nest all the or-patterns! r=Veykril a=Veykril `cargo +nightly clippy --fix -Z unstable-options --allow-dirty -- -A clippy::all -D clippy::unnested_or_patterns` Co-authored-by: Lukas Wirth <[email protected]>
| * Nest all the or-patterns!Lukas Wirth2021-06-171-6/+12
| |
* | Move item specific completion testsLukas Wirth2021-06-171-20/+0
|/
* Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-171-1/+1
|
* Move out and rewrite UseTree completion testsLukas Wirth2021-06-171-157/+0
|
* Move test_utils into tests moduleLukas Wirth2021-06-161-3/+3
|
* Start refactoring ide_completion testsLukas Wirth2021-06-161-18/+0
|
* Filter out non-type completions in the respective completions modules insteadLukas Wirth2021-06-161-27/+58
|
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* Implement dummy expansions for builtin attributesLukas Wirth2021-06-091-0/+26
|
*-. Merge #9181 #9182bors[bot]2021-06-081-1/+40
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9181: Don't complete values in type position r=jonas-schievink a=Veykril Will add some proper tests in a bit 9182: fix: don't complete derive macros as fn-like macros r=jonas-schievink a=jonas-schievink Part of https://github.com/rust-analyzer/rust-analyzer/issues/8518 bors r+ Co-authored-by: Lukas Wirth <[email protected]> Co-authored-by: Jonas Schievink <[email protected]>
| | * fix: don't complete derive macros as fn-like macrosJonas Schievink2021-06-081-1/+10
| |/ |/|
| * Add tests checking no value completion in type posLukas Wirth2021-06-081-0/+30
|/
* Remove unnecessary completion::macro_in_item_positionLukas Wirth2021-06-071-5/+6
|
* Move more things into PathCompletionContextLukas Wirth2021-06-071-2/+2
|
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-19/+19
|
* Complete modules in item listsLukas Wirth2021-05-271-2/+20
|
* Complete modules in assoc item listsLukas Wirth2021-05-271-2/+6
|
* Cleanup `ImmediateLocation` determinationLukas Wirth2021-05-271-2/+20
|
* Don't complete non-macro item paths in impls and modulesLukas Wirth2021-05-271-0/+12
|
* simplifyLukas Wirth2021-05-271-6/+4
|
* Add some cov marks for qualified_path completionLukas Tobias Wirth2021-05-041-5/+8
|
* Complete enum variants through type aliasesLukas Tobias Wirth2021-05-041-7/+33
|
* Make CompletionContext expected_type smarterLukas Tobias Wirth2021-05-031-22/+0
|
* Resolve associated typesLukas Wirth2021-04-011-1/+1
|
* Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
|
* show function params in completion detailJosh Mcguigan2021-03-121-28/+28
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-4/+2
|
* Complete `while let`Lukas Wirth2021-03-031-9/+3
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+815
We don't have completion-related PRs in flight, so lets do it