用习惯了Xcode, 最近用Idea发现不能折叠大括号里的代码,原理是要设置一下。
有两种方法自定义折叠区域
visual studio 的方法
//region Description
Your code goes here...
//endregion
netbeans的方法
// <editor-fold desc="Description">
Your code goes here...
// </editor-fold>
然后在Idea中开启自定义折叠
其实我们还可以设置快捷键来折叠代码块
我设置的快捷键,Alt+F。