Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 1 | -2/+0 |
| | |||||
* | Start refactoring ide_completion tests | Lukas Wirth | 2021-06-16 | 1 | -118/+7 |
| | |||||
* | Remove unnecessary completion::macro_in_item_position | Lukas Wirth | 2021-06-07 | 1 | -1/+0 |
| | |||||
* | Generate default lint completions | Lukas Wirth | 2021-06-04 | 1 | -2/+0 |
| | |||||
* | Implement hover for lints | Lukas Wirth | 2021-06-04 | 1 | -1/+2 |
| | |||||
* | internal: rename hypothetical -> speculative | Aleksey Kladov | 2021-05-24 | 1 | -2/+2 |
| | | | | | Lets steal this good naming from Roslyn before I forget about it yet again. | ||||
* | Corrected 2 typos on line 83 | mixio | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Add cov_marks to insert_use tests | Lukas Wirth | 2021-04-20 | 1 | -1/+1 |
| | |||||
* | internal: document hypothetical completion problem | Aleksey Kladov | 2021-04-05 | 1 | -0/+28 |
| | |||||
* | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+2 |
| | |||||
* | Less reallocations | Kirill Bulatov | 2021-03-21 | 1 | -1/+0 |
| | |||||
* | Merge #8123 | bors[bot] | 2021-03-21 | 1 | -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]> | ||||
| * | Docs | Kirill Bulatov | 2021-03-20 | 1 | -2/+2 |
| | | |||||
| * | Do not query item search by name eagerly | Kirill Bulatov | 2021-03-20 | 1 | -10/+18 |
| | | |||||
* | | Add label completion | Lukas Wirth | 2021-03-21 | 1 | -0/+1 |
| | | |||||
* | | Add basic lifetime completion | Lukas Wirth | 2021-03-20 | 1 | -0/+1 |
|/ | |||||
* | Better handling of block doc comments | Lukas Wirth | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | show function params in completion detail | Josh Mcguigan | 2021-03-12 | 1 | -3/+3 |
| | |||||
* | remove unused CompletionScore enum | Josh Mcguigan | 2021-03-12 | 1 | -4/+1 |
| | |||||
* | add completion relevance score | Josh Mcguigan | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | Future proof completion scores | Aleksey Kladov | 2021-03-09 | 1 | -1/+4 |
| | |||||
* | Less lifetines: derive SemanticsScope in place | Kirill Bulatov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Fix the completion labels and tests | Kirill Bulatov | 2021-03-08 | 1 | -3/+4 |
| | |||||
* | Work towards better import labels | Kirill Bulatov | 2021-03-08 | 1 | -10/+7 |
| | |||||
* | Return more data about located imports | Kirill Bulatov | 2021-03-08 | 1 | -7/+13 |
| | |||||
* | Make group imports configurable | asv | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Consider import prefix config settings during flyimports | Kirill Bulatov | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+275 |
We don't have completion-related PRs in flight, so lets do it |