Common Visual Studio Keyboard Shortcuts

You can access many of the features you use in Visual Studio to create a Silverlight application through keyboard shortcuts. Here are the common shortcuts to help you accomplish tasks quickly in Visual Studio.







































































































Keyboard ShortcutAction
Ctrl+Alt+F1Open Visual Studio Documentation
Ctrl+Shift+BBuild your application
Ctrl+F5Run your project
Ctrl+Alt+XOpen the toolbox if it’s closed
F5Debug the application
Ctrl+.Display the Smart tag menu, from which you can add references,
implement interfaces, and so on
Ctrl+Shift+FFind in files
Ctrl+IInteractive search; allows you to start typing the search text
interactively after you press Ctrl+I
Ctrl+SpacebarActivates IntelliSense
F4Show Properties window
F10Step over code while debugging
F11Step into code while debugging
F7/Shift+F7Switch between XAML and code-behind file
Ctrl+TabSwitch among open documents
Ctrl+K, C/Ctrl+E, CComment code
Ctrl+K, U/Ctrl+E, UUncomment code
Ctrl+CCopy selection into clipboard
Ctrl+VPaste selection from clipboard
Ctrl+XCut selection
Ctrl+Shift+VCycle through previous clipboard selections
Ctrl+SSave current open file
Ctrl+Shift+SSave all open files
Ctrl+GGoto line number
Alt+Shift+ENTERShow Visual Studio in Full Screen mode



dummies

Source:http://www.dummies.com/how-to/content/common-visual-studio-keyboard-shortcuts.html

No comments:

Post a Comment