Skip to content

chakra-guy/bdd-highlighter

Repository files navigation

Text highlighter for Given, When, Then and And keywords in VS Code.

VS Marketplace: https://marketplace.visualstudio.com/items?itemName=TamasSoos.bdd-highlighter

Settings

"BDDHighlighter": {
  "backgroundColor": "#1f171e",
  "color": "#e956ce",
  "borderRadius": "2px"
},

You can also limit the feature to specific files. If you leave the includeFiles empty it will operate on all files.

"BDDHighlighter": {
  "includeFiles": [ ".test.js", ".spec.js" ],
},

Demo

Before

Without Keyword Highlight

After

With Keyword Highlight

License

MIT © Tamas Soos

About

VS Code Extension with over 3k installs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published