We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code 1.89.1 Cucumber (Gherkin) Full Support 3.0.5
1.89.1
3.0.5
Config:
"cucumberautocomplete.steps": [ "features/step_definitions/**/*.rb", ], "cucumberautocomplete.strictGherkinCompletion": true, "cucumberautocomplete.smartSnippets": true, "cucumberautocomplete.stepsInvariants": true, "cucumberautocomplete.syncfeatures": "features/**/*.feature",
It looks like the extension is unable to find regexp steps containing capture groups. Consider the following 2 examples:
Step definition:
When /^(?:|I |they )go to (.+)$/ do |page_name| # Not found end When /^pepe is here$/ do # Yes found end
Feature:
Am I missing a specific config? Is this not supported? The rest of the time it works fine, it's just this kind of regexp that doesn't work.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
VS Code 1.89.1 Cucumber (Gherkin) Full Support 3.0.5 Config: "cucumberautocomplete.steps": [ "features/step_definitions/**/*.rb", ], "cucumberautocomplete.strictGherkinCompletion": true, "cucumberautocomplete.smartSnippets": true, "cucumberautocomplete.stepsInvariants": true, "cucumberautocomplete.syncfeatures": "features/**/*.feature", It looks like the extension is unable to find regexp steps containing capture groups. Consider the following 2 examples: Step definition: When /^(?:|I |they )go to (.+)$/ do |page_name| # Not found end When /^pepe is here$/ do # Yes found end Feature: Am I missing a specific config? Is this not supported? The rest of the time it works fine, it's just this kind of regexp that doesn't work. Thanks in advance.
Hello. Did you end up figuring it out?
Sorry, something went wrong.
@lengors No, nothing.
@josemigallas Ok, thank you anyways :)
No branches or pull requests
VS Code
1.89.1
Cucumber (Gherkin) Full Support
3.0.5
Config:
It looks like the extension is unable to find regexp steps containing capture groups. Consider the following 2 examples:
Step definition:
Feature:
Am I missing a specific config? Is this not supported? The rest of the time it works fine, it's just this kind of regexp that doesn't work.
Thanks in advance.
The text was updated successfully, but these errors were encountered: