intelliJ idea自定义代码折叠

在intelliJ idea中不仅可以对类、方法等结构的代码进行折叠(ctrl±)还可以自定义折叠代码。intelliJ支持两种风格的自定义代码折叠,如下:visual studio style

// <editor-fold desc="Description">    
Your code goes here...    
// </editor-fold>  

快捷键: ctrl + alt + t

posted @ 2020-05-07 13:53  慢慢行  阅读(114)  评论(0编辑  收藏  举报