How do I fold code for comment blocks inside method blocks?
How can I fold comment blocks inside method blocks to be folded (ou开发者_StackOverflowtlined), just like methods and regions, etc.?
- Select the block that you want to hide
- Ctrl+M+H
This needs to be done only once. The block will become collapsible afterwards.
Edit + Outlining + Start Automatic Outlining.
I think it might be right...
도구 > 옵션 > 텍스트 편집기 > C/C++ > 서식 > 개요 > 문 블록에 개요 사용 : True --> 모든 블록에 folding/unfolding 사용 가능.
Tool > Option > Text Editor > C/C++ > Form > Outline > Use statement on the block overview : True --> Every block folding / unfolding can be used.
精彩评论