Default Keybindings: File Commands
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Visual C# Keyboard Shortcuts |
| edit |
[edit]
File commands default keybindings
These are the Visual C# IDE default keybindings for the File commands defined in the Visual C# 2005 profile.
The Visual Studio File commands are used to create and manipulate files, projects, and solutions.
| Command | Key(s) | Description |
| File.NewProject | CTRL + SHIFT + N | Displays the New Project dialog box. |
| File.OpenProject | CTRL + SHIFT + O | Displays the Open Project dialog box, where existing projects can be added to the solution. |
| Project.AddClass | SHIFT + ALT + C | Displays the Add New Item dialog box and selects Class template as default. |
| Project.AddExistingItem | SHIFT + ALT + A | Displays the Add Existing Item dialog box where existing files can be added to the current project. |
| Project.AddNewItem | CTRL + SHIFT + A | Displays the Add New Item dialog box where a new file can be added to the current project. |
| Window.ShowEzMDIFileList | CTRL + ALT + DOWN ARROW | Displays a pop-up listing of all open documents. |
| Edit.OpenFile | CTRL + O | Displays the Open File dialog box where a file can be selected to be opened. This does not add the file to the project. |
[edit]
See also
- Visual C# - learn to make the most of C# with Visual Studio.
- Visual Studio 2005 Software Review
- Visual Studio Entry Points