apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Rename provider expanded for cross-file variable renaming. #240

Closed jjohnsoncertinia closed 11 months ago

jjohnsoncertinia commented 1 year ago

The current logic only supports renaming variables in the same file. This logic needs to be updated to allow for variables to be renamed across different files and can hopefully follow a similar pattern to function renaming.

Renaming from a class name (should rename constructors) Renaming from constructors declaration and usage (should rename class) Cannot rename from type dec.