If you liked the post, Share on Facebook, Tweet and Google Plus (use buttons above). You can also Subscribe to our feed via Email for free.
Home » VB.NET » Shortcut Keys for Visual Basic .NET
Shortcut Keys for Visual Basic .NET
Posted by
Akash
on 13 November 2012
Here is a big range of shortcut keys you can use in Visual Basic.NET editor for quickly performing routine tasks. These shortcut keys for VB.NET works in Visual Studio 2005, 2008 and 2010. Though I have tried to make the keyboard shortcut list as accurate as possible, suggestions for additions and corrections are welcome.
Shortcut Key Sequence | Behavior |
---|---|
Ctrl + N | Opens the new project Dialog box. |
Ctrl + Shift + O | Opens the Open project Dialog box. |
Ctrl + Shift + A | Opens Add New Item window. |
Ctrl + D | Opens Add Exiting Item window. |
Ctrl + S | Saves current Form. |
Ctrl + Z | Undo |
Ctrl + Shift + Z Ctrl + Y | Redo |
Ctrl + C Ctrl + Insert | Copy |
Ctrl + X Shift + Delete | Cut |
Ctrl + V Shift + Insert | Paste |
Ctrl + A | Select All |
Ctrl + P | Opens the Print dialog box. |
Del | Deletes Your Selection. |
Ctrl + Shift + S | Saves Everything from Application. |
Ctrl + Shift + H | Opens Replace in files window. |
Alt+ F12 | Open Find Symbol Window. |
Ctrl + R | Opens the Solution Explorer window. |
Ctrl + Alt + S | Opens the Server Explorer window. |
Ctrl + Shift + C | Opens the Class View window. |
Ctrl + Shift + E | Opens the Resource view window. |
Ctrl + Alt + X | Opens the Toolbar window. |
Ctrl + F1 | Opens Dynamic Help window. |
Ctrl + F5 | Runs your Application without Debugging. |
Ctrl + Alt + T | Opens Document Outline window. |
Ctrl + Alt + K | Opens task list window. |
Ctrl + Alt + A | Opens Command window. |
Ctrl + Alt + O | Opens Output window. |
Ctrl + Alt + Y | Opens Find Symbol Result window. |
Ctrl + Shift + B | Builds your project. |
Ctrl + Alt + E | Opens the Exception Dialog box. |
Ctrl + B | Inserts New Breakpoint. |
Ctrl + Shift + F9 | Clears All Breakpoint. |
Ctrl + Alt + P | Opens the Process Dialog box. |
Ctrl + T | Opens Customize Toolbox window. |
Ctrl + Tab | Allows you to switch between active files. |
Ctrl + Shift + P | Runs Temporary Macro. |
Ctrl + Shift + R | Records Temporary Macro. |
Ctrl + F | Opens Find window. |
Ctrl + H | Opens Find and Replace window. |
F2 | Opens Object Browser Window. |
F4 | Opens the property Window. |
F5 | Runs your Application. |
F7 | Opens Code Designer Window. |
F8 | Used While Debugging Application. Moves the cursor to the next item. |
Alt + F8 | Opens Macro Explorer window. |
Alt + F11 | Opens macros IDE. |
Alt + Q | Exits from Visual Studio. |
Shift + F7 | Gets You back to design view. |
Shift + F8 | Used While Debugging Application. Moves the cursor to the previous item. |
Shift + Alt + Enter | Takes you to full screen view. |
Shift + F12 | Displays the reference of the selection in the code window. |
Esc | Removes the current selection, cancels the current operation or closes a dialog box. |
0 comments:
Post a Comment