aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/attribute.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't take the parent kind of trailing attributes in attr completionLukas Wirth2021-05-311-3/+53
|
* Fix incorrect prefer_inner calls on some attribute completionsLukas Wirth2021-05-301-6/+31
|
* Add some lint completion testsLukas Wirth2021-05-291-14/+12
|
* simplifyLukas Wirth2021-05-291-83/+90
|
* Add another attribute completion testLukas Wirth2021-05-281-5/+20
|
* Add attribute completion testsLukas Wirth2021-05-281-8/+399
|
* tt muncher timeLukas Wirth2021-05-271-27/+55
|
* Split attribute completion module into attribute, derive and lint modulesLukas Wirth2021-05-271-366/+8
|
* Attribute completion is context awareLukas Wirth2021-05-271-28/+141
|
* Merge hir::MacroDef::is_* into hir::MacroDef::kindLukas Wirth2021-03-231-1/+2
|
* Unify namingAleksey Kladov2021-03-121-9/+9
|
* use references in CompletionItem's builderyonip232021-03-111-16/+19
|
* Don't complete `super` unless its valid in pathsLukas Wirth2021-03-031-1/+2
|
* feat(completion): add doc(hidden) completion for attributesBenjamin Coenen2021-02-201-0/+3
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+557
We don't have completion-related PRs in flight, so lets do it