Search this blog

Thursday, June 4, 2009

Visual Studio : Project Keys

Ctrl-Shift-B : Builds the solution

Ctrl-N : Displays the New File dialog. Note: files created this way are not associated with a project. Use Ctrl-Shift-A to add a new file in a project

Ctrl-Shift-N : Displays the New Project dialog

Ctrl-O : Displays the Open File dialog

Ctrl-Shift-O : Displays the Open Project dialog

Shift-Alt-A : Displays the Add Existing Item dialog

Ctrl-Shift-A : Displays the Add New Item dialog

Ctrl-Alt-Insert : Allows you to override base class methods in a derived class when an overridable method is highlighted in the Class View pane

No comments:

Post a Comment