Maybe I'm doing something wrong but I don't seem to be able to fold PHP docblocks when they are like
/** * */
even though the top fold arrow is shown (but the bottom isn't) only when they are
/** * */
however the code completion features such as doc<tab> and /**<tab> generate the first block
Does anyone know how to fix it so that the first type of docblock folds correctly?
Thanks
On 23 Dec 2007, at 03:19, REBELinBLUE wrote:
Maybe I'm doing something wrong but I don't seem to be able to fold PHP docblocks when they are like
/**
*/
even though the top fold arrow is shown [...]
I don’t have any top arrow showing and I do not see /** … **/ in the folding patterns for the HTML grammar.