As an ex vimmer I would like to create persistent folds based on markers inside comments (e.g. // Section blabla {{{ , // End of blabla }}} ). Is it possible in Intellij IDEA ?
The easiest syntax is probably this:
//region
...
all your code goes here
...
//endregion
And you can also give a description at the region part:
//region Getters & Setters
...
all your code goes here
...
//endregion


If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With