vscode-auto-close-tag icon indicating copy to clipboard operation
vscode-auto-close-tag copied to clipboard

How to disable auto close bracket in xml documents?

Open IzakMarais opened this issue 6 years ago • 0 comments

Hi.

Thanks for the extension, it is really useful.

In your animated gif you don't have brackets auto-closing, so your extension triggers when you type to closing bracket. In my settings editor.autoClosingBrackets is set to languageDefined. So for xml files the bracktes are auto closed. So when I type '<' to open an xml tag, VSCode inserts '<>'. This means the auto closing of the xml tag is not triggered unless I delete the (auto inserted) closing bracket of the opening tab and then manually re-type it.

Do you know how to disable editor.autoClosingBrackets for xml only?

Thanks

IzakMarais avatar Sep 12 '18 12:09 IzakMarais