bec*_*cko 5 ide comments clion
我看了这个:
https://www.jetbrains.com/clion/help/folding-and-expanding-custom-blocks.html
并试着点击这个链接:
https://www.jetbrains.com/clion/help/Folding_Custom_Regions_with_Line_Comments.html
但它似乎被打破了,因为它重定向到"Meet CLion"页面.
如何使用注释在CLion中定义自定义折叠区域?
Chl*_*ull 12
CLion基于IntelliJ IDEA,因此支持多种方式,包括:
//region Description
//endregion
Run Code Online (Sandbox Code Playgroud)
和
//<editor-fold desc="Description">
//</editor-fold>
Run Code Online (Sandbox Code Playgroud)
通过选择要包装在区域中的代码并按Ctrl+ Alt+ ,可以轻松访问这些内容T.您也可以通过单击菜单栏中的Code> Surround with...来访问它.
| 归档时间: |
|
| 查看次数: |
2536 次 |
| 最近记录: |