In Visual Studio and Netbeans I am able to folding custom regions with line comments.
-visual studio style:
#region Description
Your code goes here...
#endregion
-netbeans style:
// <editor-fold desc="Description">
Your code goes here...
// </editor-fold>
My question is, can I folding custom regions in intellij idea?
Refer this for more.
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