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
Invoke Rename on one of the string literals below
function f() { return "function" + "function"; }
Expected: "You cannot rename this element" (as on, e.g., a keyword) Actual: both instances are renamed
Tested in VS 2017 with both JS and TS files.
The text was updated successfully, but these errors were encountered:
FYI @RyanCavanaugh
Sorry, something went wrong.
Same for character literals.
No branches or pull requests
Invoke Rename on one of the string literals below
Expected: "You cannot rename this element" (as on, e.g., a keyword)
Actual: both instances are renamed
Tested in VS 2017 with both JS and TS files.
The text was updated successfully, but these errors were encountered: