Develop
collapse all
작은이야기
2013. 8. 28. 11:38
[visual studio]
http://stackoverflow.com/questions/982677/visual-studio-command-to-collapse-all-sections-of-code
[eclipse]
우측상단 Quick Access
collapse all 입력
CTRL + M + O will collapse all.
CTRL + M + L will expand all.
CTRL + M + P will expand all and disable outlining.
CTRL + M + M will collapse/expand the current section.
http://stackoverflow.com/questions/982677/visual-studio-command-to-collapse-all-sections-of-code
[eclipse]
우측상단 Quick Access
collapse all 입력