microsoft/vscode-html-languageservice

Add ability to auto complete attribute quotes

jzyrobert opened this issue · 0 comments

This is a popular requested feature on VS code

Given some valid version of
<tag foo= ....
Either "" or '' should be inserted and the cursor moved into the middle, in order to avoid another unnecessary character, as attribute values (almost?) always require quotes.