Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BDD HighlighterNew to Visual Studio Code? Get it now.
BDD Highlighter

BDD Highlighter

Tamas Soos

|
4,220 installs
| (3) | Free
💅 Highlights "Given, When, Then, And" keywords from BDD
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft