/bdd-highlighter

VS Code Extension with over 3k installs

Primary LanguageTypeScript

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