Visual Studio 2022 extension that shows Jest/Vitest/NYC code coverage in a dedicated tree window, inline in Solution Explorer, and line-by-line in the editor gutter. This is a port of the CoverTree VS Code extension for Visual Studio. FeaturesCoverTree Tool WindowA dedicated tree view (
Coverage files are discovered automatically: the extension recursively scans the whole solution/workspace for Solution Explorer IntegrationEvery covered source file gets an expandable Coverage child row directly in Solution Explorer, showing the per-file breakdown (Lines / Functions / Branches). Editor Gutter MarkersOpen any covered file to see line-level coverage directly in the editor margin — green for covered, red for uncovered, yellow for partially covered branches. Navigate Uncovered Lines
Status BarOverall coverage across all discovered files is shown in the status bar at all times. RequirementsYour project must run Jest/Vitest/NYC with the Works both with a Visual Studio Solution ( ConfigurationSettings are available under Tools > Options > CoverTree: coverage threshold, file names to search for, and whether to show gutter markers. LicenseMIT |