razor
razor copied to clipboard
[Html] Invoking completions in the middle of html tag doesn't work as expected
Version used: VS 2022 v17.3 Preview 3
To reproduce:
Invoke completions in <h$$1>Counter</h1>
Expected behavior:
There is only h
before the cursor. So I expect to have h1
, h2
... h6
completions. Applying one of them changes both opening and closing tags
Actual behavior:
Cursor jumps to the end of opening tag making the line "unsaved":