Microsoft Visual Studio Shortcuts

Table 1 describes the Microsoft Visual Studio key shortcuts supported by Carbide.c++.

NOTE These shortcuts extend the Default key shortcuts and not every Visual Studio tool shortcut is supported.

Keys can be viewed or edited in the General > Keys preference panel.

Table 1. Microsoft Visual Studio key shortcuts

Category

Visual Studio Carbide.c++ Shortcut Added
C/C++ Source
  Edit.GoToDefinition Open Definition F12
Edit
  Edit.FindNext Find Next F3
    Find at Current Cursor Position CTRL+F3
  Edit.FindPrevious Find Previous SHIFT+F3
Project
  Build.BuildSolution Build Project F7
    Compile CTRL+F7
    Build Target Only CTRL+SHIFT+F7
  File.NewProject New CTRL+SHIFT+N
Navigation
  Add Bookmark Add Bookmark CTRL+F2
  Go to Line Go to Line... CTRL+G
Run/Debug
  Debug.Start Start / Resume F5
  Debug.StartWithoutDebugging Start without Debugging CTRL+F5
  Debug.StepInto Step Into F11
  Debug.StepOut Step Return SHIFT+F11
  Debug.StepOver Step Over F10
  Debug.ToggleBreakpoint Toggle Breakpoint F9
  Debug.RunToCursor Run to Line CTRL+F10
  Debug.Breakpoints Breakpoints CTRL+ALT+B
Search
  Edit.FindinFiles Search CTRL+SHIFT+F
Text Editing
  Edit.WordNext Select Next Word CTRL+RIGHT ARROW
  Edit.WordPrevious Select Previous Word CTRL+LEFT ARROW
Windows
  Window.NextDocumentWindow Next Editor CTRL+TAB
  Window.PreviousDocumentWindow Previous Editor CTRL+SHIFT+TAB
Related references