아직 못외운데다 정리해 놓은 사이트가 있어서... ^^;
http://automatetheplanet.com/19-must-know-visual-studio-keyboard-shortcuts-part-1/
http://automatetheplanet.com/19-must-know-visual-studio-keyboard-shortcuts-part-2/
Project Related Keyboard Shortcuts | ||
Ctrl + Shift + B | Build your project. | |
Ctrl + Alt + L | Shows Solution Explorer. | |
Shift + Alt + C | Add new class. | |
Shift + Alt + A | Add new item to project. | |
Editor Related Keyboard Shortcuts | ||
Ctrl + Enter | Insert blank line above the current line. | |
Ctrl + Shift + Enter | Insert blank line below the current line. | |
Ctrl + Space | Autocomplete using IntelliSense. | |
Alt +Shift +arrow keys | Select custom part of the code. | |
Ctrl + } | Match curly braces, brackets. | |
Ctrl + Shift + } | Select text between matched braces, brackets. | |
Ctrl + K, Ctrl + D | Do proper alignment of all the code. | |
Shift + End | Select the entire line from start to end. | |
Shift + Home | Select the entire line from end to start. | |
Ctrl + Delete | Deletes the word to the right of the cursor. | |
Navigation Related Keyboard Shortcuts | ||
Ctrl + Up/Down | Scrolls the window without moving the cursor. | |
Ctrl + – | Take cursor to its previous location. | |
Ctrl + + | Take cursor to its next location. | |
F12 | Go to definition. | |
Debugging Related Keyboard Shortcuts | ||
Ctrl + Alt + P | Attach to process. | |
Shift + F5 | Stop debugging. | |
Ctrl + Alt + Q | Add quick watch. | |
Search Related Keyboard Shortcuts | ||
Ctrl + K Ctrl + K | Bookmark the current line. | |
Ctrl + K Ctrl + N | Navigates to next bookmark. | |
Ctrl + . | If you type in a class name like Collection<string> and do not have the proper namespace import then this shortcut combination will automatically insert the import. | |
Shift + F12 | Find all references. | |
Ctrl + Shift + F | Find the references of the selected item in the entire solution. |
행복한 고수되셔요~
woojja ))*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
반응형
'Tools > VS' 카테고리의 다른 글
[VisualStudio] VisualStudio 2015 설치시 Error (0) | 2017.01.20 |
---|---|
[VS] VisualStudio 2010 에서 CSS3 Validate 하기 (0) | 2013.02.27 |
[VS] VisualStudio 2010 Theme. (0) | 2013.02.25 |
[VS] How Can I Rebuild resx files? (0) | 2011.03.08 |