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

Example missing for variables in steps, using java #460

Open hanjoosten opened 1 year ago

hanjoosten commented 1 year ago

I am having a hard time to get the settings.json correct for my project. It is a .java project. I have steps defined and features.:

image

image

The tests run fine, however the variables in these tests give problems. I guess that I should use the cucumberautocomplete.customParameters settings, but I cannot find an example that helps me how to do this. As you can see, steps without these parameters are fine: no yellow line underneath.

Any help is very much appreciated!