Skip to content

🚀 Installation

From the VS Code Marketplace

  1. Open Visual Studio Code.
  2. Navigate to the Extensions view (Ctrl+Shift+X / Cmd+Shift+X).
  3. Search for "Gherkin PowerTools".
  4. Click Install.

From a .vsix File

If you have a pre-built .vsix package (e.g., from a GitHub Release):

code --install-extension vscode-gherkin-powertools-<version>.vsix

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.