vscode-inline-html
vscode-inline-html copied to clipboard
Feature Request: autoClosingTags & linkedEditing
It would be perfect if these configurations in vscode were supported!
{
"editor.linkedEditing": true,
"html.autoClosingTags": true,
"typescript.autoClosingTags": true,
}
@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.