vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Emmet snippets autocomplete stops midway

Open suncloudsmoon opened this issue 3 years ago • 0 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.70.0 (user setup)
  • OS Version: Windows_NT x64 10.0.22000

Steps to Reproduce:

  1. Create an Emmet snippet using VScode. Here is my example: Emmet Snippet

  2. Create a blank HTML document

  3. Type "!!!4s" fully.

Expected Behavior: The Emmet autocomplete box should still be visible to the user, so the user can hit Enter or Tab to output the Emmet snippet.

Current Behavior: Emmet autocomplete box only appears for the first "!!!" string. Soon after typing '4' after "!!!", the autocomplete box completely disappears from the user's view. image

Emmet snippet not working expectedly in vscode

suncloudsmoon avatar Aug 10 '22 07:08 suncloudsmoon