Describe the bug
I get weird autocompletion
Expected behavior
Autosuggest pastes what I see in the autocompletion
Screenshots
-
before autocomplete:

-
after autocomplete:

Cucumberautocomplete part of VSCode settings:
{
"cucumberautocomplete.steps": [
"cypress/support/step_definitions/*.js"
],
}
Step definition:
When("I go to {string}", (relativePath) => {
main.visitRelativePath(data.baseURL + relativePath);
});
Describe the bug
I get weird autocompletion
Expected behavior
Autosuggest pastes what I see in the autocompletion
Screenshots
before autocomplete:

after autocomplete:

Cucumberautocomplete part of VSCode settings:
Step definition:
When("I go to {string}", (relativePath) => {
main.visitRelativePath(data.baseURL + relativePath);
});