aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/change_visibility.rs
Commit message (Collapse)AuthorAgeFilesLines
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-17/+13
| | | | Those will be replaced with snippets anyway
* Don't set cursor in change_visibilityAleksey Kladov2020-05-201-6/+3
|
* Split change_ and fix_ visibility assistsAleksey Kladov2020-05-201-506/+1
|
* Switch to new magic marksAleksey Kladov2020-05-201-4/+4
|
* Trigger change_visibility assist when on an invisible struct fieldTimo Freiberg2020-05-101-61/+248
| | | | Union fields apparently don't work :(
* Trigger change_visibility assist when on a path to an invisible defTimo Freiberg2020-05-101-1/+328
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-18/+13
| | | | It now duplicates completion API in its shape.
* Move target to AssistLabelAleksey Kladov2020-05-061-11/+21
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
|
* Make `change_visibility` assist work for tuple struct field visibilityJesse Bakker2020-05-021-3/+10
|
* Convert code to text-sizeAleksey Kladov2020-04-251-2/+2
|
* Fix add visibility false-positiveAleksey Kladov2020-03-251-12/+28
|
* introduce const visibility assistDouglas Campos2020-02-281-4/+9
|
* Name assist handlersAleksey Kladov2020-02-071-0/+167