Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a marker folding method in Intellij IDEA?

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 ?

like image 414
arcadoss Avatar asked Nov 19 '25 14:11

arcadoss


1 Answers

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

enter image description here

enter image description here

like image 100
maba Avatar answered Nov 24 '25 12:11

maba



Donate For Us

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