Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for renaming variables #83

Closed
daimor opened this issue Nov 12, 2020 · 3 comments
Closed

Support for renaming variables #83

daimor opened this issue Nov 12, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@daimor
Copy link
Collaborator

daimor commented Nov 12, 2020

By F2 on a variable, it should offer a way to rename a variable, and change every occurrence in the code.
It's part of refactoring features, available in VSCode.

@daimor daimor changed the title Support for Rename variable Support for renaming variables Nov 12, 2020
@isc-bsaviano isc-bsaviano added the enhancement New feature or request label Nov 12, 2020
@isc-bsaviano isc-bsaviano self-assigned this Nov 12, 2020
@gjsjohnmurray
Copy link
Collaborator

In other words, be a RenameProvider.

@isc-bsaviano
Copy link
Contributor

isc-bsaviano commented Nov 12, 2020

@daimor @gjsjohnmurray I will add a rename provider that supports renaming for local variables (declared and undeclared) and method parameters (arguments).

@daimor
Copy link
Collaborator Author

daimor commented Nov 13, 2020

Tested in beta, looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants