Search This Blog

Shortcuts of visual studio


Shortcuts after selecting some code area

1. Comment = ctrl+k+c

2. Remove comment ctrl+k+u

3. Make region of Selected code ctrl + K + S

4. Make function of selected code Ctrl + R + M

Casual Shortcuts

1. Delete all break points Ctrl+shift+f9

2. To put break point or to remove break point = F9

3. Solution Explorer =ctrl+alt+L

4. Properties bar= F4

5. Server Explorer = ctrl+w+L

6. ToolBox =ctrl+w+x

7. Error List = ctrl+w+e

8. Pending checkins =ctrl+w+g

9. Move Cursor to previous point = ctrl + -

10. Move cursor to Next point = Ctrl + shift + -

11. Collapse the whole code = ctrl + M + O

12. Collapse or Expand particular region = Ctrl+M+M

13. Format all the code in a proper manner = Ctrl+K+D

14. Switch in between pages Ctrl + Tab