Sublime Forum

Disable converting # into id="" and . into class=""

#1

Hey friends,

I’ve got a little question, I write coldfusion in sublime using the coldfusion package,
but everytime I type a dot in a tag (for example , the dot will turn into 'class="" ', where would I have to look to disable this?

Thanks for your help.

0 Likes

#2

Thanks, that fixed it for me.

I have an other question.
When I open a html tag that is indendented, closing it will make the closing tag jump to the left 1 tab.

      <div>
          Hello World
</div>

This is probably not supposed to happen?

0 Likes

#3

Never mind, I figured out what I was doing wrong!
Thanks again for the help on the id/class thing!

0 Likes