Navigation Features¶
You can navigate between the methods in your bindings and the associated steps in your Gherkin feature files.
Navigating from a Binding to Steps in Gherkin Files¶
You can navigate from a step definition method to the matching step(s) in your Gherkin feature file(s):
Right click the binding and select `Go to SpecFlow step definition usages`
Right click the binding and select `Find step definition usages`
Navigating from a Gherkin Step to a Binding¶
To navigate from a step in a Gherkin feature file to the corresponding step definition method:
Place your cursor on the step in your feature file.
Right-click and select Go To Step Definition from the menu (F12).
The file containing the binding is opened at the appropriate step definition method.