4
Visual StudioとNetbeansでは、カスタム領域を行コメントで折りたたむことができます。IntelliJアイデアのカスタム領域を折りたたむ(typeScript)
-visualスタジオスタイル:
#region Description Your code goes here... #endregion
-netbeansスタイル:
// <editor-fold desc="Description">
Your code goes here...
// </editor-fold>
私の質問は、私はIntelliJのアイデアでカスタム領域を折り返すことができますか?
ありがとう –