Is there a way to specify code blocks that should be auto collapsed?
-
I want something like this:
// When the file is opened, this block of code will be collapsed.
// @collapse_next_block
{
…
} -
nothing built-in but with a technique like described here it could be done.
Cheers
Claudia