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
Using Alt+↓ to swap current row causes unexpected renaming of HTML elements. Notice that the div is changed to h2
Alt+↓
div
h2
The action in VS Code is editor.action.moveLinesDownAction VSCode :
editor.action.moveLinesDownAction
OS: Windows 10x64
The text was updated successfully, but these errors were encountered:
9075ea7
Hi @M-Yankov , this issue has been fixed. Please install the latest version and have a try.
Sorry, something went wrong.
Thanks It works, Happy New Year 💥 🎉
No branches or pull requests
Using
Alt+↓
to swap current row causes unexpected renaming of HTML elements.Notice that the
div
is changed toh2
The action in VS Code is
editor.action.moveLinesDownAction
VSCode :
OS: Windows 10x64
The text was updated successfully, but these errors were encountered: