在Visual Studio和Netbeans中,我可以使用行注释折叠自定义区域。
- 视觉工作室风格:
#region Description
Your code goes here...
#endregion
-netbeans风格:
// <editor-fold desc="Description">
Your code goes here...
// </editor-fold>
我的问题是,我可以在intellij想法中折叠自定义区域吗?