How can I fold comment blocks inside method blocks to be folded (outlined), just like methods and regions, etc.?
sample_method_or_Class()
{
/* I'd like to fold this
* comment block
*/
}
/* The same way I can fold this one
* outside the code block.
*/
Does Eclipse support functionality like Visual Studio does like (How do I fold code for comment blocks inside method blocks?) ?