We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is a @EmilySeville7cfg suggestion.
Given the following code:
set variable=value rem some other code set another_variable=another_value
renaming set -> bla results in:
bla variable=value rem some other code bla another_variable=another_value
I think it's better to deny renaming for internal cmd commands. Just checked this issue out.
As a sidenote, I guess just variables and labels should be allowed to be renamed. What about this?
The text was updated successfully, but these errors were encountered:
@EmilySeville7cfg
I was searching about this and reserved commands do not be able to be renamed.
Like in Java source code, the VsCode doesn't allow rename reserved commands.
See this image:
So, I'm opening this issue as an enhancement to the extension.
Thank u for the suggestion!
Sorry, something went wrong.
gustavosimon
No branches or pull requests
This issue is a @EmilySeville7cfg suggestion.
Given the following code:
renaming set -> bla results in:
bla variable=value rem some other code bla another_variable=another_value
I think it's better to deny renaming for internal cmd commands. Just checked this issue out.
As a sidenote, I guess just variables and labels should be allowed to be renamed. What about this?
The text was updated successfully, but these errors were encountered: