alexkrechik / VSCucumberAutoComplete

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

Update option text to account for spaces #423

Closed TechFounder closed 2 years ago

TechFounder commented 2 years ago

Hi, currently, the regex doesn't handle options that (have spaces) inside. I think this change should correct that? Thanks!

TechFounder commented 2 years ago

@alexkrechik Can you let me know what I need to do to get this merged as well? Our team is using options that have more than one word in them and it seems that the current regex is flawed. Thanks.