aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/inline_local_variable.rs
Commit message (Expand)AuthorAgeFilesLines
* Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-121-2/+1
* Refactor reference searching to work with the astLukas Wirth2021-02-121-50/+60
* Add support for yiled keywordDaiki Ihara2021-01-151-22/+23
* Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-7/+7
* Group references by FileIdLukas Wirth2021-01-121-47/+48
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+28
* **Inline Variable** works with field shorthandAleksey Kladov2020-08-261-2/+29
* Future proof find-usages APIAleksey Kladov2020-08-191-1/+1
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+695