Skip to content

Weird regex autocomplete #521

@grgndlkvdn4v

Description

@grgndlkvdn4v

Describe the bug
I get weird autocompletion

Expected behavior
Autosuggest pastes what I see in the autocompletion

Screenshots

  • before autocomplete:
    Image

  • after autocomplete:
    Image

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);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions