Wanted: Open/Close PHP blocks at 'case' statements in switch()
-
Hello developers, I would be very glad about the ability to open and close text blocks at the ‘case’ statements of a switch() block. That would make reading long code as easy as in if-elseif-elseif blocks.
-
Hi Martin,
from my understanding this needs to be handled by the scintilla component
or you have to define your own user defined language using builtin UDL.Cheers
Claudia