Sublime Forum

Breaking fold with comment inside

#1

Hello.

I’ve downloaded trail of Sublime Text 2 and it’s great, but…

I’m using it to with PHP files and there is a problem with folding with comment inside brackets.
Ex.

if($a==$b) { some text // comment again text }

If there is a comment like this folding work from first bracket to comment.
If comment identation is same as text it works good.

Sorry for my bad language :smile:

0 Likes

#2

Can some help with that problem?

0 Likes

#3

The built in code folding is simple and just based on tabs. You will have to find some plugin to do it better. Unfortunately, I don’t know of any off the top of my head.

0 Likes