IntelliJ IDEA 2023.3 Help

Search and navigation in XSLT

Basically, all possibilities for code-navigation are supported for named templates, variables, and parameters. For example, Goto Declaration, Find Usages, Highlight Usages in File, Quick Definition Lookup, and so on.

Highlight Usages in File

Before you start

Enable the XPathView + XSLT plugin

This functionality relies on the XPathView + XSLT plugin, which is bundled and enabled in IntelliJ IDEA by default. If the relevant features aren't available, make sure that you didn't disable the plugin.

  1. Press Ctrl+Alt+S to open the IDE settings and then select Plugins.

  2. Open the Installed tab, find the XPathView + XSLT plugin, and select the checkbox next to the plugin name.

Find Usages

Find Usages works for variables and parameters as well as for named XSLT Templates. It finds all places of a certain template in all XSLT style sheets in the specified scope.

Find Usages

Go to Symbol

The plugin also supports the Go to Symbol action. You can quickly navigate to templates, top-level variables, and parameters by their names.

Goto Symbol
Last modified: 19 March 2024