일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- 정글사관학교
- 미니프로젝트
- node
- JWT
- 언리얼
- Enhanced Input System
- 파이썬서버
- 레베카
- Unseen
- flask
- 스터디
- 스마일게이트
- 언리얼프로그래머
- 으
- 게임개발
- 데이터베이스
- 마인크래프트뮤지컬
- 디자드
- Bootstrap4
- R
- EnhancedInput
- 카렌
- 프메
- 프린세스메이커
- Express
- 언리얼뮤지컬
- Jinja2
- VUE
- Ajax
- 알고풀자
- Today
- Total
Showing
[비쥬얼스튜디오] 자주쓰는 단축키 모음 본문
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
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.
'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 |