vscode-cfml
vscode-cfml copied to clipboard
Add closing bracket to tags auto-completed that don't need end tag
if I type:
<cfarg
and accept the
However, if I can make one request, it's that it would close the tag for me, and output:
because that tag requires no closing tag. (I do have auto-close-tag enabled)
Thank you!
@nicklepedde You can add the tags you don't want to be auto closed in the settings.json file under the "auto-close-tag.excludedTags" section