Can I define exceptions to "Code Folding > Collapse by default"?

Most of my code is folded by default in my project settings, including "Documentation Comments". But I often include comment blocks to denote groups or sections, like:

/********
* Getters Section
**/
/**
* Doc comments here...
**/

Is it possible to define exceptions to the "Collapse by default" behavior? I'd like to keep the sections expanded, so the default view would be:

/********
* Getters Section
**/
/* ...Doc comments here... */

Thanks!

0
1 comment

No, not currently possible... we have a similar feature request, https://youtrack.jetbrains.com/issue/IDEA-166323; please feel free to vote for it

0

Please sign in to leave a comment.