SpecFlowOSS / SpecFlow.VS

The next version of the Visual Studio extension for SpecFlow
MIT License
36 stars 10 forks source link

Goto step definition not available from context menu #132

Closed emnu1971 closed 1 year ago

emnu1971 commented 1 year ago

Used Visual Studio

Visual Studio 2022

Are the latest Visual Studio updates installed?

Yes

SpecFlow Section in app.config or content of specflow.json

No response

Issue Description

Hello,

I'm using VS2022 extension of SpecFlow. Everything seems to work fine expect that i don't get the "goto step definition" option when i select a line (given/when/then) from the feature file (right-mouse click to open the context menu -> does not show the option to go from line in feature file to the stepdefinitions in C# code).

Any clue ?

Thx Emmanuel.

Steps to Reproduce

Link to Repository Project

No response

emnu1971 commented 1 year ago

Solved : there is an option "go to definition" in the context menu, i just noticed this ;-)

emnu1971 commented 1 year ago

Solved !