cucumber / godog

Cucumber for golang
MIT License
2.21k stars 249 forks source link

Can't navigate to step definition from Gherkin step #600

Open SilviuOpenline opened 4 months ago

SilviuOpenline commented 4 months ago

Hi guys, I have some working godog tests, implemented in IntelliJ. I can successfully run them either from terminal or from the TestFeature - the issue though is that when I open the Feature file, all the steps look like being unrecognized, and Ctrl-click-ing them doesn't take me to the step definition. How can I fix this glue issue so that I can easily go from the feature file to the implementation?

Thank you,