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
- 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
| |