razor icon indicating copy to clipboard operation
razor copied to clipboard

[Html] Invoking completions in the middle of html tag doesn't work as expected

Open DoctorKrolic opened this issue 2 years ago • 0 comments

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": devenv_qhi2kFmKJZ

DoctorKrolic avatar Jul 18 '22 09:07 DoctorKrolic