alexkrechik / VSCucumberAutoComplete

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

<chevron> characters not recongnized #380

Open pfoucray opened 3 years ago

pfoucray commented 3 years ago

Hi,

thank you for that plugin ! I have an issue with a cucumber feature : scenario outline and templates using --> scenario outline : https://cucumber.io/docs/gherkin/reference/

here is my code as an example. NB : works fine for cucumber, juste syntax highlight and step matching are not working for the plugin.

image

any fix for that / something I am missing / workaround ?

cheers, Paul

pfoucray commented 3 years ago

I seem to have found a workaround...

For some reasons, adding this into the .vscode settings.json file made the trick image

this is the feature file image

And this is the step def associated image