Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Lowlight Go ErrorsNew to Visual Studio Code? Get it now.
Lowlight Go Errors

Lowlight Go Errors

Ozan Hanedan

|
9,123 installs
| (5) | Free
Changes the opacity of if clauses which checking errors in golang.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lowlight Go Errors

In Golang, error checks in the code make it difficult to read the code.

The Lowlight Go Errors extension will change the opacity(also change colors after Update 1.1.0) of if clauses which checking errors in golang.

Example Gif

Commands

Commands

lowlightgoerrors.LowOpacity sets the current opacity to low.

lowlightgoerrors.MediumOpacity sets the current opacity to medium.

lowlightgoerrors.HighOpacity sets the current opacity to high.

lowlightgoerrors.Toggle switches between low and high levels.

Configuration

This extension can be configured in User Settings or Workspace settings.

Configuration

lowlightgoerrors.Enabled : true turns the plugin on and off
lowlightgoerrors.LowOpacity : "0.1" changes low opacity value
lowlightgoerrors.MediumOpacity : "0.5" changes medium opacity value
lowlightgoerrors.HighOpacity : 1 changes high opacity value
lowlightgoerrors.DefaultOpacity : "Medium" which opacity you want when vscode is first opened
lowlightgoerrors.LowlightInlineErrors : "false" lowlight inline errors

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