Visual Studio 의 자동 "//" 커멘트 단축키는 Ctrl + K, Ctrl + C 이다. 

 

하지만 Source Insight 나 다른 개발툴에서 익숙해져 왔던 단축키는 

Comment : Ctrl + Shift + /

Uncomment : Ctrl + Shift + \

여서 변경하였다. 

 

변경 방법

1. Main menu 의 Tool

 

2. Options

 

3. Environment

 

4. Keyboard

 

5. Show commands containing: 에서 "Comment" 로 검색

 

6. Edit.CommentSelection 에 Press shortcut keys 에 Ctrl + Shift + / 키를 직접 눌러서 설정 

 

7. Edit.UncommentSelection 에 Press shortcut keys에  Ctrl + Shift + \ 키를 직접 눌러서 설정 

 

Ctrl + Shift + / 로 주석 설정

 

+ Recent posts