aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+0
|
* Start refactoring ide_completion testsLukas Wirth2021-06-161-118/+7
|
* Remove unnecessary completion::macro_in_item_positionLukas Wirth2021-06-071-1/+0
|
* Generate default lint completionsLukas Wirth2021-06-041-2/+0
|
* Implement hover for lintsLukas Wirth2021-06-041-1/+2
|
* internal: rename hypothetical -> speculativeAleksey Kladov2021-05-241-2/+2
| | | | | Lets steal this good naming from Roslyn before I forget about it yet again.
* Corrected 2 typos on line 83mixio2021-05-101-1/+1
|
* Add cov_marks to insert_use testsLukas Wirth2021-04-201-1/+1
|
* internal: document hypothetical completion problemAleksey Kladov2021-04-051-0/+28
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* Less reallocationsKirill Bulatov2021-03-211-1/+0
|
* Merge #8123bors[bot]2021-03-211-10/+18
|\ | | | | | | | | | | | | | | | | | | | | | | 8123: Do not display unqualified assoc item completions r=SomeoneToIgnore a=SomeoneToIgnore Part of https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/autoimport.20weirdness Removes all flyimport completions for any unqualified associated type, effectively reverting https://github.com/rust-analyzer/rust-analyzer/pull/8095 I've explained the reasoning in the corresponding FIXME and open to discussions. As an alternative way, we could add yet another parameter in the method that's used by the `qualify_path` and enable it for the qualify assists only. Co-authored-by: Kirill Bulatov <[email protected]>
| * DocsKirill Bulatov2021-03-201-2/+2
| |
| * Do not query item search by name eagerlyKirill Bulatov2021-03-201-10/+18
| |
* | Add label completionLukas Wirth2021-03-211-0/+1
| |
* | Add basic lifetime completionLukas Wirth2021-03-201-0/+1
|/
* Better handling of block doc commentsLukas Wirth2021-03-171-1/+1
|
* show function params in completion detailJosh Mcguigan2021-03-121-3/+3
|
* remove unused CompletionScore enumJosh Mcguigan2021-03-121-4/+1
|
* add completion relevance scoreJosh Mcguigan2021-03-121-2/+2
|
* Future proof completion scoresAleksey Kladov2021-03-091-1/+4
|
* Less lifetines: derive SemanticsScope in placeKirill Bulatov2021-03-081-1/+1
|
* Fix the completion labels and testsKirill Bulatov2021-03-081-3/+4
|
* Work towards better import labelsKirill Bulatov2021-03-081-10/+7
|
* Return more data about located importsKirill Bulatov2021-03-081-7/+13
|
* Make group imports configurableasv2021-03-071-1/+1
|
* Consider import prefix config settings during flyimportsKirill Bulatov2021-02-201-1/+1
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+275
We don't have completion-related PRs in flight, so lets do it