Feature OverviewΒΆ
The Visual Studio extension includes a number of features that make it easier to edit Gherkin files and navigate to and from step definitions in Visual Studio. You can also generate code snippets for step definition methods from feature files.
You can install the extension from the Visual Studio Gallery (Marketplace) or directly in Visual Studio. Detailed instructions can be found here.
The extension provides the following features:
-
Gherkin syntax highlighting in feature files, highlighting unbound steps and parameters
IntelliSense (auto-completion) for keywords and steps
Outlining (folding) sections of the feature file
Comment/uncomment feature file lines
Automatic Gherkin table formatting
-
Navigate from steps in scenarios to step definitions and vice versa
Navigate from a scenario to hook methods
Find Unused step definitions (those not yet bound to a step)
Detects step definitions within the Reqnroll project to enable navigation features and indication of defined status of a step
Other