Skip to main content

Navigate to XAML Element

You can jump to a named element from any place in your XAML code.

Usage

  1. Place your caret on any symbol in your XAML code.

  2. Invoke the Jump To window. For this, hit the Ctrl+Alt+N shortcut or use the CodeRush | Navigate | Jump to.. menu item.

  3. Choose the XAML Element item in the Jump To window. You can type an element name in the search field, and CodeRush filters locations dynamically as you type.

  4. Select the element from the “Available locations” list and press the Enter key.

CodeRush moves the caret to the specified element, bringing it into view.

Jump