iteratec / bdd-power-tools

A VS Code extension providing syntax highlighting and step completion for .feature files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BDD Feature Editor

Build Status semantic-release

BDD Feature-Editor provide syntax highlighting, autocompletion, and document formatting for feature files written in Gherkin.

Features

Syntax highlighting provides nice colorization of all your Gherkin grammar in .feature files:

syntax highlighting

Document Formatting supports visual navigation in your features.

document formatting

In addition autocomplete for gherkin keywords and steps helps building syntactically correct scenarios.

autocompletion

Extension Settings

This extension contributes the following settings:

  • bddPowerTools.language: the spoken langauge the scenarios are written in

    Note: Starting with version 1.0.0, the default language has been switched to en.

Issues

Use the issue tracker to report and track any issues and feature requests.

About

A VS Code extension providing syntax highlighting and step completion for .feature files

License:MIT License


Languages

Language:TypeScript 93.5%Language:Gherkin 6.3%Language:JavaScript 0.2%