JetBrains Rider 2024.1 Help

Navigation and Search in XAML

Most of JetBrains Rider's navigation and search features are also supported in XAML. You can find the detailed information on these features in the corresponding topics of the Navigate and search section.

In this topic, you can find some examples of using navigation and search features in XAML.

  • File Structure is a convenient tool for viewing the structure of the current document. You can also navigate to individual elements by double-clicking the corresponding node in the structure window.

    JetBrains Rider: File Structure for XAML files
  • Various Go to... features help you navigate to different parts of your XAML file or to other files in your solution. For instance, you can navigate to a usage of the element:

    JetBrains Rider: Navigation features in XAML files
  • The Navigate To feature provides quick access to the list of various navigation features available in the current context. Using this feature, you can easily navigate between a XAML file and a corresponding code-behind file.

    JetBrains Rider: 'Navigate To' in XAML files

JetBrains Rider can find usages of any entity, such as classes, properties, fields, and so on even in XAML.

Last modified: 17 April 2024