What does it DO? VB.net C#.Net
- Opens the New Project Dialogue Box Ctrl + N Ctrl + Shift + N
- Opens the Open File Dialog Box Ctrl + Shift + O Ctrl + Shift + O
- Opens Add New Item window Ctrl + Shift + A Ctrl + Shift + A
- Opens Add Existing Item window Ctrl + D Shift +Alt + A
- Saves Current Form Ctrl + S Ctrl + S
- Saves everything from Application Ctrl + Shift + S Ctrl + Shift + S
- Exits Visual Studio. NET Alt + Q nil
- Undo Ctrl + Z Ctrl + Z
- Redo Ctrl + Shift + Z Ctrl + Y
- Cuts your selection Ctrl + X Ctrl + X
- Copies your selection Ctrl + C Ctrl + C
- Pastes your selection Ctrl + V Ctrl + V
- Selects All Ctrl + A Ctrl + A
- Deletes your selection Del Del
- Opens Find window Ctrl + F Ctrl + F
- Opens Find and Replace window Ctrl + H Ctrl + H
- Opens Replace in Files window Ctrl + Shift + H Ctrl + Shift + H
- Opens Find Symbol window Ctrl + Alt + Shift + F12 Ctri +W,Q
- Opens Code Designer window F7 F7
- Gets you back to Design View Shift + F7 Shift + F7
- Opens the Solution Explorer window Ctrl + R Ctrl+W,S
- Opens the Server Explorer window Ctrl + Alt + S Ctrl+W,L
- Opens the Class View window Ctrl + Shift + C Ctrl +W,C
- Opens the Properties window F4 Ctrl +W,P
- Opens the Toolbar window Ctrl + Alt + X Ctrl +W,X
- Takes you to Full Screen View Shift + Alt + Enter Shift+Alt,Enter
- Opens Document Outline window Ctrl + Alt + T Ctrl +W,U
- Opens Object Browser window F2 Ctrl +W,J
- Opens Task List window Ctrl + Alt + K Ctrl +W,T
- Opens Output window Ctrl + Alt + O Ctrl +W,O
- Opens Find Symbol Results window Ctrl + Alt + Y Ctrl +W,Q
- Builds your project Ctrl + Shift + B F6
- Runs your Application F5 F5
- Runs your Application without Debugging Ctrl + F5 Ctrl + F5
- Inserts a New Breakpoint Ctrl + B F9
|
You must Sign In To post reply |