在intelliJ idea中不僅可以對類、方法等結構的程式碼進行摺疊(ctrl+-)還可以自定義摺疊程式碼。intelliJ支援兩種風格的自定義程式碼摺疊,如下:
visual studio style
//region Description Your code goes here... //endregion
netbeans style
// <editor-fold desc="Description"> Your code goes here... // </editor-fold>
你可以直接手寫,也可以使用快捷鍵實現對一段程式碼的自定義摺疊,快捷鍵為:ctrl+alt+t
一年零五個月沒更新部落格了,佔個位^-^。