Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>Error GuttersNew to Visual Studio Code? Get it now.
Error Gutters

Error Gutters

IgorSbitnev

|
239,343 installs
| (4) | Free
Show error gutters to the right from line numbers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Error Gutters

This is the VSCodium (or Visual Studio Code) version of error gutters available in other text editors, such as Sublime Text or Atom.

Features

This extension put gutters to the right from the line of code, containing any diagnostic issue. It uses diagnostics API so it's language and extension agnostic - it's compatible with any extension which provides diagnostics (ESLint for instance) and each line with issues will have own gutter. There are 3 different gutters for each of severity levels - Error, Warning, and Info.

Example:

Example Usage

Known issues

Due to limitations in the gutter API, it's impossible to have multiple gutters for the line one code, so it may overlap other extensions which use gutters or conflict with breakpoint functionality.

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