how to navigate from feature file to step definition file in VS

465 Views Asked by At

how can I navigate from feature file (cucumber framework) to step definition file in WDIO in Visual studio Code.

I have installed all the plugins(Cucumber (Gherkin) Full Support v2.15.1,cucumber-gotostep v0.0.4)

1

There are 1 best solutions below

0
On

You have to Ctrl + Click on the step in the feature file that you would like to navigate to. Or right click on step and choose "Go To Definition"