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 variable renaming #18

Open
GuillaumeTaffin opened this issue Aug 17, 2023 · 1 comment
Open

Support variable renaming #18

GuillaumeTaffin opened this issue Aug 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@GuillaumeTaffin
Copy link

I think variable renaming variables is part of the LSP.

My need comes that - in the vscode extension - I failed to rename a local variable and all its references in a m-file.

I am kinda aware that the bigger the scope of the renaming, the harder is the resolution - in case of name duplication that have to be resolved from context. So only supporting renaming in smaller scopes - ie function or file - should already be quite useful as a first step !

Thank you for all the efforts put in this tooling!

@GuillaumeTaffin GuillaumeTaffin added the enhancement New feature or request label Aug 17, 2023
@dklilley
Copy link
Member

Thanks for raising this suggestion! This is something we would like to add in a future release.

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

2 participants