alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 79 forks source link

VSCucumberAutoComplete is not considering features created in different folders. #481

Open SatishPolisetty opened 4 months ago

SatishPolisetty commented 4 months ago

In Settings.json, I can only add one path under "cucumberautocomplete.syncfeatures" But in my case,I am maintaining my features files in different folders.

For example, in both the locations "src/test/features/.feature" , "src/test/features/tenent/workflows/matter/.feature"

How can I use go to step definitions for above scenario?