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

How to add JSDoc documentation to gherkin steps #503

Open Kemot7 opened 4 months ago

Kemot7 commented 4 months ago

Hi, I have a problem with documentation between gherkin steps and feature file. My documentation added to steps as follows:

JSDoc in step

It is incorrectly displayed in feature files.

JSDoc in feature

Tags don't work, text cannot be formatted. The same documentation added to a method/function displays correctly (this is exactly the same jsdoc code).

JSDoc (method)

For now, the only thing I can do is to use plain text in the documentation. Do I need additional configuration to make it work?

I am using Visual Studio Code, Playwright, TypeScript and Node.Js