aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/keyword.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add MethodCall and FieldAccess variants to ImmediateLocationLukas Wirth2021-06-021-1/+1
|
* Move more fields to `ImmediateLocation`Lukas Wirth2021-05-301-7/+11
|
* More completion pattern testsLukas Wirth2021-05-281-2/+0
|
* Implement prev sibling determination for `CompletionContext`Lukas Wirth2021-05-281-1/+1
|
* simplifyLukas Wirth2021-05-281-97/+95
|
* Complete keywords in (Assoc)ItemList with leading attributeLukas Wirth2021-05-281-0/+15
|
* Cleanup `ImmediateLocation` determinationLukas Wirth2021-05-271-1/+1
|
* Don't complete non-macro item paths in impls and modulesLukas Wirth2021-05-271-14/+13
|
* Collapse more CompletionContext booleans into enumsLukas Wirth2021-05-271-21/+18
|
* Merge #9012bors[bot]2021-05-261-21/+29
|\ | | | | | | | | | | | | | | 9012: feat: add tab stops for keyword completions r=matklad a=eduardocanellas Add tab stops for all the keywords that I judged fit. I also introduced some line breaks and spaces, following the pattern I saw in the `postfix` module. Co-authored-by: Eduardo Canellas <[email protected]>
| * feat: add tab stops for keyword completionsEduardo Canellas2021-05-261-21/+29
| |
* | simplifyLukas Wirth2021-05-261-3/+3
|/
* simplifyLukas Wirth2021-05-151-12/+10
|
* Unify namingAleksey Kladov2021-03-121-19/+17
|
* use references in CompletionItem's builderyonip232021-03-111-21/+23
|
* Use upstream cov-markLaurențiu Nicola2021-03-081-8/+6
|
* Complete `while let`Lukas Wirth2021-03-031-0/+8
|
* Don't complete `super` unless its valid in pathsLukas Wirth2021-03-031-7/+20
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+668
We don't have completion-related PRs in flight, so lets do it