-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Does not expand some valid input #21
Comments
Doesn't occur to me in razor files with the same Visual Studio and extension version. 20220121_130323.mp4 |
@Anoromi My project is ASP.Net/MVC based, using VB. Please try it in a vbhtml file to see if you can reproduce the issue. |
@graymatter00 Yes, the bug does occur. Only in vbhtml file, not cshtml nor razor. |
@Anoromi Thanks for the confirmation and clarification. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installed product versions
Description
Does not expand some valid input.
Steps to recreate
Tpye
div>p
and presstab
.Current behavior
Expands to:
div><p></p>
.That is, the
div
tag is not expanded but thep
tag is expanded.Expected behavior
Should expand to:
Additional info
Typing
div>p*2
and pressingtab
works as expected. Infact,div>p*1
also works expected.The text was updated successfully, but these errors were encountered: