Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Feature Syntax Highlight and Snippets (Cucumber/Gherkin)New to Visual Studio Code? Get it now.
Feature Syntax Highlight and Snippets (Cucumber/Gherkin)

Feature Syntax Highlight and Snippets (Cucumber/Gherkin)

Roland Orosz

|
95,203 installs
| (4) | Free
Syntax highlight and snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Feature Syntax Highlight and Snippets README

Description

This extension provides syntax highlight and snippets for .feature files to enhance productivity (and make .feature files look pretty :) )

Functionality

  • Highlights keywords including:
    • Scenario /Outline
    • Example /Outline
    • Feature
    • Background
    • Given
    • When
    • Then
    • And
    • But
    • @tags
    • #comments
    • Examples

Syntax Highlight screenshot

  • Snippets for fast .feature file editing
    • ff: Feature file skeleton including a Scenario
    • ffb: Feature file skeleton including a Background and Scenario
    • fs: Scenario skeleton with Given, When and Then
    • fe: Example skeleton with Given, When and Then
    • fso: Scenario Outline skeleton with Given, When, Then and Examples
    • fst: Scenario Template skeleton with Given, When, Then and Examples
    • fb: Given-When-Then Block
    • fg: Given
    • fw: When
    • ft: Then
    • fa: And

Repository

If you feel like contributing or just learning from the code, feel free at: https://github.com/Blodwynn/.feature-file-syntax-highlight-Cucumber-.git

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft