VS Code Extension
Real-time quality feedback in your development environment.
Installation​
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "TrendGate"
- 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
}