vscode-cfml icon indicating copy to clipboard operation
vscode-cfml copied to clipboard

Add closing bracket to tags auto-completed that don't need end tag

Open nicklepedde opened this issue 3 years ago • 1 comments

if I type: <cfarg and accept the tag, I get: <cfargument name="|" ..this is wonderful, and thank you so much for picking up Adobe's slack on providing a helpful auto complete for this IDE.

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 avatar Nov 02 '21 14:11 nicklepedde

@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

pczarn2 avatar Feb 01 '23 16:02 pczarn2