CTRL + M + O will collapse all.
CTRL + M + L will expand all. (in VS 2013 - Toggle All outlining)
CTRL + M + P will expand all and disable outlining.
CTRL + M + M will collapse/expand the current section.
These options are also in the context menu under Outlining.
Right click in editor -> Outlining to find all options. (After disabling outlining, use same steps to enable outlinging.)
출처: http://iamadeveloper.tistory.com/151 [나는 개발자다.]
'Programming > C&C++' 카테고리의 다른 글
CMake로 프로젝트 생성 후 프로젝트 INSTALL Error (0) | 2017.05.18 |
---|---|
C++ 싱글톤 패턴 (0) | 2017.03.30 |
debug <=> release 모드의 차이점과 배포 (1) | 2017.03.17 |
오픈 소스 c++라이브러리 목록 (0) | 2016.11.17 |
C++ 표준 라이브러리 헤더 파일 (0) | 2016.11.16 |