Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tdd-helperNew to Visual Studio Code? Get it now.
tdd-helper

tdd-helper

steffenboe

|
37 installs
| (0) | Free
This is a simple extension helping you focusing on the TDD Workflow by altering activity and statusbar color.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

tdd-helper

This extension helps you focus on Test-Driven-Development by showing you a colored banner in the menubar. The banner indicates where you are in the TDD cycle. You can move from phase to phase using the TDD Helper: Next Phase-Command.

Screencast

Features

Shows a banner in the menu bar indicating the current phase of a typical TDD cycle:

Outer Cycle:

  1. Integration Test

Inner Cycle:

  1. Failing Unit Test
  2. Implementation
  3. Refactor

You can now switch from phase to phase to align to (and remember yourself of) the TDD Cycle. Just use the command TDD Helper: Next Phase to go to the next phase or TDD Helper: New cycle to start a new feature with an integration test.

Extension Settings

You can configure the font colors of all phases:

  • tdd-testhelper.integrationTestPhaseColor
  • tdd-testhelper.unitTestPhaseColor
  • tdd-testhelper.implementPhaseColor
  • tdd-testhelper.refactorPhaseColor

Release Notes

1.0.0

Initial release of the vscode-tdd-helper.

1.1.0

Add notification banner.

1.2.0

Recolor menubar and statusbar.

1.3.0

Add Reset Command for resetting color customizations.

1.3.1

Resolves a small bug preventing correct color change when siwtching phases.

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