IntelliJ IDEA 2017.3 Help

Navigating from .feature File to Step Definition

To navigate from a .feature file to step definition

  1. Open the desired .feature file in the editor.
  2. Do one of the following:
    • Keeping the Ctrl button pressed, hover your mouse pointer over a step. The step turns to a hyperlink, and its reference information is displayed at the tooltip:
      cucumberJumpToStepDefinition

      Click the hyperlink. The step definition file opens in the editor, with the caret resting at the desired step definition.

    • On the main menu, choose Navigate | Declaration.
    • Press Ctrl+B.
Last modified: 6 March 2018

See Also