aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/inline_local_variable.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | We might want to provide more efficient impls for check if usages exist, limiting the search, filtering and cancellation, so let's violate YAGNI a bit here.
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+695