pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

Feature Request: autoClosingTags & linkedEditing #36

Open FlatMapIO opened 1 year ago

FlatMapIO commented 1 year ago

It would be perfect if these configurations in vscode were supported!

{
  "editor.linkedEditing": true,
  "html.autoClosingTags": true,
  "typescript.autoClosingTags": true,
}
pushqrdx commented 1 year ago

@FlatMapIO glad you're enjoying the extension and thanks for the requests, I'll add them to my TODO which I'll hopefully find enough time to get too soon. In the meantime, PRs are always a huge help.