일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- flask
- 디자드
- EnhancedInput
- 으
- 레베카
- 프메
- 스마일게이트
- 파이썬서버
- 알고풀자
- 언리얼프로그래머
- node
- JWT
- Express
- 정글사관학교
- Jinja2
- Ajax
- 프린세스메이커
- Unseen
- 스터디
- 언리얼뮤지컬
- 게임개발
- Bootstrap4
- 언리얼
- R
- 카렌
- 마인크래프트뮤지컬
- Enhanced Input System
- 데이터베이스
- 미니프로젝트
- VUE
- Today
- Total
Today, I will
[비쥬얼스튜디오] 자주쓰는 단축키 모음 본문
CTRL + M +
O
will collapse all.
CTRL + M +
L
will expand all. (in VS 2013 - Toggle All outlining)
CTRL + M + M 현재 커서를 포함하는 포인트를 접거나 펼치는 기능
CTRL + shift : 라인 다중 선택
CTRL + X : 잘라내기
alt : 코드 이동
visual studio - Command to collapse all sections of code? - Stack Overflow
Command to collapse all sections of code?
In Visual Studio, is there a command to collapse/expand all the sections of code in a file?
stackoverflow.com
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.
CTRL + M + A will collapse all even in Html files.
These controls are also in the context menu under Outlining.
Right click in editor -> Outlining to find these controls. (After disabling outlining, use same steps to enable outlining.)
For outlining options: Go to Tools -> Options -> Text Editor -> C# -> Advanced -> Outlining for outlining options.
![](https://blog.kakaocdn.net/dn/ZbgO5/btsCLqnURaD/eRWXtQarjvZnu6zkc4Mjn1/img.png)
![](https://blog.kakaocdn.net/dn/n5C9l/btsCTAbge8H/DyhwDRSkLVUMZ87oVgYkYk/img.png)
'Today I Learned (TIL)' 카테고리의 다른 글
[TIL] 언리얼 네트워크 플레이어 프로그래밍 (0) | 2024.01.11 |
---|---|
[git, source Tree] 소스트리에서 롤백 (0) | 2023.11.29 |
[TIL] 비트연산자, 비트마스킹, 외판원 순회 (0) | 2023.03.31 |
[TIL] 어셈블리어 레지스터 기초 실습, 프로그래머용 계산기 다뤄보기 (2) | 2023.03.29 |