All Projects β†’ ryanluker β†’ Vscode Coverage Gutters

ryanluker / Vscode Coverage Gutters

Licence: mit
Display test coverage generated by lcov and xml - works with many languages

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Coverage Gutters

Vscode Glua Enhanced
πŸ‘¨β€πŸ’» Garry's Mod Lua VSCode Extension for enhanced auto completion, wiki integration, snippets, color palette, and much more...
Stars: ✭ 64 (-71.68%)
Mutual labels:  vscode, extension
Vuerd Vscode
ERD Editor vscode extension
Stars: ✭ 95 (-57.96%)
Mutual labels:  vscode, extension
Vscode Php Docblocker
Simple docblocker for php
Stars: ✭ 64 (-71.68%)
Mutual labels:  vscode, extension
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+271.68%)
Mutual labels:  vscode, extension
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (-25.22%)
Mutual labels:  vscode, extension
Vscode Simple Vim
Vim extension for VSCode
Stars: ✭ 38 (-83.19%)
Mutual labels:  vscode, extension
Vscode Vega Viewer
VSCode extension for Interactive Preview of Vega & Vega-Lite maps πŸ—ΊοΈ & graphs πŸ“ˆ
Stars: ✭ 75 (-66.81%)
Mutual labels:  vscode, extension
Bracketpair
Bracket Colorizer Extension for VSCode
Stars: ✭ 374 (+65.49%)
Mutual labels:  vscode, extension
Aura Theme
πŸ’…β€A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-29.65%)
Mutual labels:  vscode, extension
Vscode Open In Github
Extension for Visual Studio Code which can be used to jump to a source code line in Github, Bitbucket, GitLab and Visualstudio.com
Stars: ✭ 151 (-33.19%)
Mutual labels:  vscode, extension
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (+175.22%)
Mutual labels:  vscode, extension
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (-15.93%)
Mutual labels:  vscode, extension
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+92.48%)
Mutual labels:  vscode, extension
Vscode Better Merge
Better merge conflict support for vscode
Stars: ✭ 46 (-79.65%)
Mutual labels:  vscode, extension
Amvim For Vscode
The Vim mode for Visual Studio Code(vscode) that works as expected.
Stars: ✭ 393 (+73.89%)
Mutual labels:  vscode, extension
Vscode Highlight
Advanced text highlighter based on regexes. Useful for todos, annotations etc.
Stars: ✭ 71 (-68.58%)
Mutual labels:  vscode, extension
Frontend Vscode Extensionpack
(820+ Users) Handpicked collection of vscode extensions for FE development. Get the extension @ https://marketplace.visualstudio.com/items?itemName=solodynamo.frontend-vscode-extensionpack
Stars: ✭ 329 (+45.58%)
Mutual labels:  vscode, extension
Openvsx
An open-source registry for VS Code extensions
Stars: ✭ 344 (+52.21%)
Mutual labels:  vscode, extension
Vscode Mjml
This repo is archived. MJML preview, lint, compile for Visual Studio Code.
Stars: ✭ 138 (-38.94%)
Mutual labels:  vscode, extension
Vscode Live Frame
Run your web app inside VS Code
Stars: ✭ 173 (-23.45%)
Mutual labels:  vscode, extension

coverage-gutters

Version Installs Ratings

Call for Maintainers

Looking for helpful people to assist with bugs, new features or performance improvements. The project has a full suite of tests and code linting, making it very new contributor friendly. Take a look at some of the open github issues and see if any catch your eye!
https://github.com/ryanluker/vscode-coverage-gutters/issues

Features

Coverage Gutters features watch

  • Supports any language as long as you can generate an lcov style coverage file
  • Extensive logging and insight into operations via the output logs
  • Multi coverage file support for both xml and lcov
  • Coverage caching layer makes for speedy rendering even in large files
  • Relative coverage file resolution for those with complex file paths
  • Preview coverage reports inside the editor
  • Huge amount of workspace settings to customize the features to your liking
  • Colour compatibility with light and dark themes
  • Custom coverage paths with a hot swapping feature for remote builds

Common Commands

Watch (activated via command palette or shortcut icon on the status bar): Activating watch allows the extension to keep track of coverage changes and update it's cache. It also will automatically apply coverage to a file if some exists.

Display (activated via command palette or shortcut key): Displays coverage for the current activate file only, does not update if the coverage files change.

Preview Report (activated via command palette): Shows you a html preview of your coverage reports in your editor.

Officially Supported Languages (Backed by tests ran nightly)

See examples directory on how to setup a project.

Tips and Tricks

Using Breakpoints: Currently to both use the extension and code debugging breakpoints you need to disable the gutter coverage and enable the line coverage via the settings ( coverage-gutters.showGutterCoverage and coverage-gutters.showLineCoverage respectively).

Requirements

  • vscode 1.27.0 and up
  • macos, linux or windows

Extension Settings

See extension setting options in IDE.

Known Issues

Open Bugs

Release Notes

Changelog

Contribution Guidelines

Guidelines


Icon made by Dave Gandy from www.flaticon.com is licensed by CC 3.0 BY
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].