Hi,
Just wondering how I go about altering the setup to have folding block comments in a PHP file? I only need to fold doc-block type comments which I see have been designated as effectively ^/**$ - I'm not worried about blocks within functions. My doc comments can be quite voluminous, and it's frustrating seeing huge swathes of comments and little class xxxx {... stubs when I want to get an over view of the entire file...
;-)
R