VS2015 VS2015 commonly used shortcuts shortcuts

VS2015 commonly used shortcut keys

 


1. cursor position back / forward to the next cursor position 

1) back to a position of the cursor: the key combination "the Ctrl + -"; 

2) proceeds to the next cursor position: "Ctrl + Shift + -"  .

2. Copy / Cut / delete the entire line of code 

1) If you want to copy an entire line, simply move the cursor to the line, and then use the key combination "Ctrl + C" to complete the copy operation, without having to select an entire row . 
2) If you want to cut a single line of code, simply move the cursor to the line, and then use the key combination "Ctrl + X" to complete the cutting operation, without the need to select an entire row. 
3) If you want to delete an entire line, simply move the cursor to the line, and then use the key combination "Ctrl + L" to complete the cutting operation, without the need to select an entire row. 
3. Undo / anti-withdrawal 

1) revoke: the key combination "Ctrl + Z" revoked operation; 

2) Anti revoke: the key combination "Ctrl + Y" anti undo. 

4. The forward / backward search 
1) using the key combination "the I the Ctrl +"; 
2) Type text to be searched (the search word input box cursor to the position to start typing); 
3) type the search text, may be used key combination "Ctrl + I" and "Ctrl + Shift + I" localization before and after the search results, the search results will be highlighted. 
4) To end the search, you can press the "ESC" key or click the Close button to the right of the Find box. 
5. Box selected 
using the key combination "Shift + Alt + direction key (or mouse)" box to complete the selection. Box allows you to simultaneously select and column select lines of code. This removes some of the code is very easy for batch oh. 
6. Insert a row above or below the cursor line 
1) the key combination "Ctrl + Enter": In the above the current row into a blank line; 
2) the key combination "Ctrl + Shift + Enter": inserted below the current line a blank line. 
7. positioned to the beginning and end of the line 
1) home key: positioning to the beginning of the current line; 
2) End key: positioning the end of the current line. 
8. Select the play between the first line of code (tail) from point 
1) is selected from the cursor's first play of the lines of code: the key combination "Home cshift +"; 
2) functions to select between the end of the line of code from the cursor: use the key combination "Shift + End". 
10. Call smart tips 
1) Method 1: Use the key combination "the Ctrl + J"; 
2) Method 2: Use the key combination "Alt + →". 
11. The call parameters message alert 
For larger functions some function body who want to easily confirm the parameters used in the case of internal functions is a more troublesome thing. Then you can place the cursor on the parameter name, then press the key "Ctrl + Shif + space" portfolio, where parameters are used will be highlighted. 
12. The fast switching window 
using the key combination "Ctrl + Tab" (IDE can now open navigation, aerial view is obtained). 
13. Quick Hide or show the current code segment   
using the key combination "Ctrl + M, M" (remember: To sort twice oh M). 
14. The solution generating 
the key combination "Ctrl + Shift + B". 
15. A jump to a specified line 
1) Method 1: the key combination "the Ctrl + G"; 
2) Method 2: Click the row number in the status bar. 
16. Note / cancellations Note 
1) Note: the key combination "the Ctrl + C + K"; 
2) Cancel Note: the key combination "Ctrl + K + U". 
17. Full Screen / exit full screen display 
using the key combination "SHIFT + ALT + ENTER". 
18. The definition references 
1) to jump to the definition: F12; 
2) find all references: the key combination "Shift + F12". 
19. Find and Replace 
1) Find: the key combination "the Ctrl + F."; 
2) alternatively: the key combination "Ctrl + H". 
20. Case Conversion 
1) small letter: the key combination "the U-the Ctrl +"; 
2) transfer caps: the key combination "CTRL + SHIFT + U". 
21. Commissioning 
1) Debug (Start): the F5; 
2) Debug (restart): the key combination "the Ctrl + the Shift + the F5"; 
. 3) Debug (started without debugging): the key combination "the Ctrl + the F5"; 
. 4) Debugging (Step Into): F11; 
5) debugging (Step Over): F10; 
6) to set breakpoints: F9. 


1. cursor position back / forward to the next cursor position 

1) back to a position of the cursor: the key combination "the Ctrl + -"; 

2) proceeds to the next cursor position: "Ctrl + Shift + -"  .

2. Copy / Cut / delete the entire line of code 

1) If you want to copy an entire line, simply move the cursor to the line, and then use the key combination "Ctrl + C" to complete the copy operation, without having to select an entire row . 
2) If you want to cut a single line of code, simply move the cursor to the line, and then use the key combination "Ctrl + X" to complete the cutting operation, without the need to select an entire row. 
3) If you want to delete an entire line, simply move the cursor to the line, and then use the key combination "Ctrl + L" to complete the cutting operation, without the need to select an entire row. 
3. Undo / anti-withdrawal 

1) revoke: the key combination "Ctrl + Z" revoked operation; 

2) Anti revoke: the key combination "Ctrl + Y" anti undo. 

4. The forward / backward search 
1) using the key combination "the I the Ctrl +"; 
2) Type text to be searched (the search word input box cursor to the position to start typing); 
3) type the search text, may be used key combination "Ctrl + I" and "Ctrl + Shift + I" localization before and after the search results, the search results will be highlighted. 
4) To end the search, you can press the "ESC" key or click the Close button to the right of the Find box. 
5. Box selected 
using the key combination "Shift + Alt + direction key (or mouse)" box to complete the selection. Box allows you to simultaneously select and column select lines of code. This removes some of the code is very easy for batch oh. 
6. Insert a row above or below the cursor line 
1) the key combination "Ctrl + Enter": In the above the current row into a blank line; 
2) the key combination "Ctrl + Shift + Enter": inserted below the current line a blank line. 
7. positioned to the beginning and end of the line 
1) home key: positioning to the beginning of the current line; 
2) End key: positioning the end of the current line. 
8. Select the play between the first line of code (tail) from point 
1) is selected from the cursor's first play of the lines of code: the key combination "Home cshift +"; 
2) functions to select between the end of the line of code from the cursor: use the key combination "Shift + End". 
10. Call smart tips 
1) Method 1: Use the key combination "the Ctrl + J"; 
2) Method 2: Use the key combination "Alt + →". 
11. The call parameters message alert 
For larger functions some function body who want to easily confirm the parameters used in the case of internal functions is a more troublesome thing. Then you can place the cursor on the parameter name, then press the key "Ctrl + Shif + space" portfolio, where parameters are used will be highlighted. 
12. The fast switching window 
using the key combination "Ctrl + Tab" (IDE can now open navigation, aerial view is obtained). 
13. Quick Hide or show the current code segment   
using the key combination "Ctrl + M, M" (remember: To sort twice oh M). 
14. The solution generating 
the key combination "Ctrl + Shift + B". 
15. A jump to a specified line 
1) Method 1: the key combination "the Ctrl + G"; 
2) Method 2: Click the row number in the status bar. 
16. Note / cancellations Note 
1) Note: the key combination "the Ctrl + C + K"; 
2) Cancel Note: the key combination "Ctrl + K + U". 
17. Full Screen / exit full screen display 
using the key combination "SHIFT + ALT + ENTER". 
18. The definition references 
1) to jump to the definition: F12; 
2) find all references: the key combination "Shift + F12". 
19. Find and Replace 
1) Find: the key combination "the Ctrl + F."; 
2) alternatively: the key combination "Ctrl + H". 
20. Case Conversion 
1) small letter: the key combination "the U-the Ctrl +"; 
2) transfer caps: the key combination "CTRL + SHIFT + U". 
21. Commissioning 
1) Debug (Start): the F5; 
2) Debug (restart): the key combination "the Ctrl + the Shift + the F5"; 
. 3) Debug (started without debugging): the key combination "the Ctrl + the F5"; 
. 4) Debugging (Step Into): F11; 
5) debugging (Step Over): F10; 
6) to set breakpoints: F9. 

Guess you like

Origin www.cnblogs.com/kaijnb/p/11668919.html