Object Browser Shortcut Keys, Visual C# Scheme

The following shortcut key combinations can be used in the Object Browser.

Note

When you select Visual C# Development Settings in the Import and Export Settings Wizard, the Visual C# 2005 keyboard mapping scheme is applied. Visual C# 2005 is the current keyboard mapping scheme. This is the keyboard mapping scheme that is applied to the integrated development environment (IDE) at initial startup. For more information, see How to: Change Select Settings.

To switch to the Visual C# keyboard mapping scheme

  1. On the Tools menu, click Options.

  2. Expand Environment, and then click Keyboard.

  3. Select Visual C# 2005 from the Apply the following application keyboard mapping scheme drop-down list.

Command Name

Shortcut Keys

Description

Edit.FindSymbol

ALT + F12

Displays the Find Symbol pane of the Find and Replace dialog box.

Edit.GoToDeclaration

CTRL + F12

Displays the definition of the selected symbol in the code.

Edit.GoToDefinition

F12

Navigates to the declaration for the selected symbol in code.

Edit.QuickFindSymbol

SHIFT + ALT + F12

Searches for the object or member selected in the file and displays the matches in the Find Symbol Results window.

View.ObjectBrowser

CTRL + ALT + J

Displays the Object Browser to view the classes, properties, methods, events, and constants available for packages, and the object libraries and procedures in your project.

See Also

Concepts

Visual C# Default Shortcut Keys