radium-v / .feature-file-syntax-highlight-Cucumber-

.feature file syntax highlight Extension for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    • Feature
    • Given
    • When
    • Then
    • And
    • But
    • @tags
    • Examples and |

Syntax Highlight screenshot

  • Snippets for fast .feature file editing
    • ff: Feature file skeleton including a Scenario
    • fs: Scenario skeleton with Given, When and Then
    • fso: Scenario Outline 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

Remarks

This description will be updated to be more and more useful :)

Author

Roland Orosz (Blodwynn) blodwynn@hotmail.com

About

.feature file syntax highlight Extension for VS Code


Languages

Language:Gherkin 100.0%