Question re ColdFusion Builder and Auto Close Tags
Hi, I’m new to ColdFusion Builder and have downloaded CFB 2018. I’m having trouble getting the editor window to automatically write the closing tag. I’ve gone into preferences and in the HTML section the autoclose tag item is checked. What else should I be doing?
Are you opening the file as a .cfm file? Or if creating a new file, are you telling it to create a new CF file? It needs to know that a file is CFML before it will regard it as such.
Note also that if you don’t go to the additional step of defining what CFB calls a “project” (where you point it at the folder holding your code), then some additional features don’t work well.
If you may just be opening the editor and trying to have a go, you would do well to check out the docs that are available. They walk one through getting started, and understanding the features and how to enable them. At a minimum, check out the getting started guide:
https://helpx.adobe.com/coldfusion/getting-started-coldfusion-builder.html
Beyond that, see the CFB docs offered on the left (along with other CF docs) at:
You must be logged in to post a comment.