Install and setup Cucumber Full Language Support
masterTo use this extension for Cucumber (Gherkin) support in VS Code, follow these steps:
- Open your project in VS Code.
- Install the
cucumberautocompleteextension. - Create a
.vscode/settings.jsonfile in your project root (if it doesn't exist):mkdir .vscode && touch .vscode/settings.json - Add the required configuration to
settings.json(see configuration records). - Crucial: To enable autocompletion, you must ensure that
editor.quickSuggestions.stringsis set totruein your VS Code settings, otherwise suggestions will not appear while typing in strings. - Reload the VS Code window to apply changes.
mkdir .vscode && touch .vscode/settings.json