🚀 Installation
From the VS Code Marketplace
- Open Visual Studio Code.
- Navigate to the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X). - Search for "Gherkin PowerTools".
- Click Install.
From a .vsix File
If you have a pre-built .vsix package (e.g., from a GitHub Release):
Pro-Tip: Auto-Formatting
To unleash the full power of the extension, enable Format on Save specifically for Gherkin files:
"[feature]": {
"editor.defaultFormatter": "carloscamara.vscode-gherkin-powertools",
"editor.formatOnSave": true
}
Add this to your .vscode/settings.json or your global User Settings.