Skip to main content

VS Code Extension

Real-time quality feedback in your development environment.

Installation​

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "TrendGate"
  4. Install

Features​

  • Inline coverage indicators
  • Test status in explorer
  • Quality metrics in status bar
  • Quick test runs

Configuration​

{
"trendgate.apiKey": "tg_live_xxxxx",
"trendgate.showCoverage": true,
"trendgate.autoRefresh": true
}