Paul,
I’m not sure if this would be an option for you but it’s possible to exclude TypeScript files from the auto-closing of tags. If you go to the Preferences page for CodeMix and select Settings>Workspace Settings, click the setting.json
link near the bottom, to edit the settings file directly. Now add a setting similar to the following:
"auto-close-tag.activationOnLanguage": [
"html",
"xml",
"javascript",
"javascriptreact",
"typescriptreact"
]
Instead of the languages I’ve listed, just list those languages where you want to see automatic closing of tags. The list of languages currently set, may not be in this file, as they are implied, but can be seen by hovering over the value of the auto-close-tag-activationOnLanguage setting, as shown in the attached screenshot.
We will still investigate how to allow auto-close in the appropriate sections of TypeScript files but I hope this helps.
Attachments:
You must be
logged in to view attached files.