aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/inline_local_variable.rs
Commit message (Collapse)AuthorAgeFilesLines
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-732/+0
|
* Stop mixing Result and Option with ? in inline_local_variableScott McMurray2021-02-201-4/+4
| | | | Depending on the discussion in RFC#3058 this might not end up being necessary, but I think it's a reasonable change regardless.
* Implement constructor usage search for almost all itemsLukas Wirth2021-02-121-3/+2
| | | | | | | For all struct kinds, unions and enums, as well as for record- and tuple-variants but not for unit-variants, as these have no trailing character we can anchor the search to. Functionality wise it is implemented though.
* 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
| | | | | | 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