aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/remove_unused_param.rs
Commit message (Collapse)AuthorAgeFilesLines
* Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-10/+8
|
* Group references by FileIdLukas Wirth2021-01-121-16/+27
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-10/+10
|
* Delete related whitespace when removing unused paramRĂ¼diger Herrmann2020-12-211-7/+74
| | | | | | | Include adjacent whitespace in the text edits to remove the parameter declaration and its occurences in calling code. https://github.com/rust-analyzer/rust-analyzer/issues/6663
* Support qualified function calls in remove_unused_paramLukas Wirth2020-11-121-1/+49
|
* Add multiple file edit tes to remove_unused_param assistLukas Wirth2020-11-091-0/+33
|
* **Remove Unused Parameter** refactoringAleksey Kladov2020-08-191-0/+131