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.
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.