aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/inline_local_variable.rs
Commit message (Collapse)AuthorAgeFilesLines
* Name assist handlersAleksey Kladov2020-02-071-662/+0
|
* Assists are not genericAleksey Kladov2020-02-061-2/+1
|
* fixed inline_local_variable bugTomáš2020-01-251-0/+15
|
* fix typo in 'inline_local_variable'TomasKralCZ2020-01-191-25/+25
|
* Another attempt to add multiple editsKirill Bulatov2020-01-151-2/+2
|
* Fix casingJeremy Kolb2020-01-141-1/+1
|
* More UI friendly labelsJeremy Kolb2020-01-141-1/+1
|
* Reduce some duplicationAleksey Kladov2019-11-151-1/+1
|
* Some clippy fixeskjeremy2019-10-301-4/+2
|
* simplify AssistCtx APIAleksey Kladov2019-10-271-5/+3
| | | | | We never actually use ability to create multiple actions out of a single context
* use more consistent namingAleksey Kladov2019-10-271-1/+1
| | | | | I think this is the first time I use global rename for rust-analyzer itself :-)
* check style for assist docsAleksey Kladov2019-10-261-2/+16
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* move assists to subdirAleksey Kladov2019-09-251-0/+636