Question
Auto insert closing greater than sign
I am trying to transition from cfeclipse. When I type a '<' I want cfbuilder to insert the closing '>' like it did in cfeclipse. If the tag I enter requires a closing tag then I type over the '>' with my own '>' and it closes the tag.
So, typing '<cfdump' gets me <cfdump>
typing '<cfoutput>' gets me '<cfoutput></cfoutput>'
and so on. Is there anyway to customize this behavior?
