cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
190 stars 147 forks source link

[FEATURE-REQUEST] Find references of java step definitions in feature files #449

Open MahatmaFatalError opened 2 years ago

MahatmaFatalError commented 2 years ago

Is your feature request related to a problem? Please describe. In a java file that implements the various io.cucumber.java.en.Given/When/Then/... steps I want to use the Eclipse built-in function to search for references of a particular method (Referecnes -> Project).

Describe the solution you'd like The Find References function should include findings in cucumber feature files.