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

Can`t go to step definition in step that contains "/" #480

Open JOSEW383 opened 4 months ago

JOSEW383 commented 4 months ago

Describe the bug When write a feature that contains "/", can`t go to step definition

To Reproduce Steps to reproduce the behavior:

  1. Create .feature file and .py file
  2. Create step than contains a slash "/". Ej. "The color is red/green/blue"
  3. Go to .feature and right click on step and click on "go to step definition"
  4. See error: Cant find step because contains "/"

Expected behavior Can go to step definition when contains slash "/"

Issues related https://github.com/alexkrechik/VSCucumberAutoComplete/issues/21

@alexkrechik