IntelliJ IDEA 2017.2 Help

Navigating Between Templates and Views

This feature is supported in the Ultimate edition only.

The following is only valid when Python Plugin is installed and enabled!

IntelliJ IDEA makes it possible to easily navigate between templates and views, using the gutter icons classTypeHtml and pythonScript.

To navigate from a view to a template

  1. Open views.py file in the editor.
  2. Click the gutter icon next to the desired function:
    py goto template

To navigate from a template to the referencing view

  1. Open the desired template file in the editor.
  2. Click the gutter icon:
    py referenced from view
Last modified: 29 November 2017

See Also