Open RobbieDixonBr-dge opened 1 year ago
Having the same problem. I thought something was broken with my setup.
I've implemented an option for that
I've implemented an option for that
That great, thank you! Could share the details?
@vitalets the PR is linked above, but here is the link anyway: https://github.com/alexkrechik/VSCucumberAutoComplete/pull/474
@vitalets @AlexanderGranhof @colinwirt @pcondetmg @Finaldrace
@RealByron has worked on a fix for this - would any of you kindly like to review the PR: https://github.com/alexkrechik/VSCucumberAutoComplete/pull/474
Appreciate @RealByron work! lgtm
see PR #476 that fix that the right way
Encountered this problem today with VSCode 1.92.2
and alexkrechik.cucumberautocomplete 3.0.5
.
Hi @alexkrechik Could you merge the PR to get this feature shipped to us?
I am building a
Cypress
Framework using the@badeball/cypress-cucumber-preprocessor
node package and theCucumber (Gherkin) Full Support
vs code extension.When autocompleting a step that contains {string} I would like to replace {string} with "" instead of ("|')[^\1]*\1 or ("|')\1
My
.cypress-cucumber-preprocessorrc.json
file is as follows:My
settings.json
file is as follows:For example, I have a step definition as follows:
With the above settings and
smartSnippets
set totrue
I get the following autocompleted step:With the above settings but changing
smartSnippets
tofalse
I get the following autocompleted step:What I would like to get is this autocompleted step: