Open knreddy1810 opened 1 month ago
used asterisks().py and asterisks().feature somehow it is not populating
We use this extension with python and it works great as long as you do not put gherkin examples in docstrings (Ref #506).
This is our settings:
"cucumberautocomplete.steps": [
"./features/steps/*.py"
],
"cucumberautocomplete.strictGherkinCompletion": false,
"cucumberautocomplete.strictGherkinValidation": false,
"cucumberautocomplete.smartSnippets": true,
"cucumberautocomplete.stepsInvariants": true
I installed this in vs code for my behave Project. All the step definitions are showing as not completed(yellow lines) below is my setting
{ "cucumberautocomplete.steps": [ "features/steps/*.py" ], "cucumberautocomplete.syncfeatures": "features/feature_files/*/.feature", "cucumberautocomplete.strictGherkinCompletion": true, "cucumberautocomplete.strictGherkinValidation": true, "cucumberautocomplete.smartSnippets": true, "cucumberautocomplete.stepsInvariants": true }