Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lowlight BlockNew to Visual Studio Code? Get it now.
Lowlight Block

Lowlight Block

lengmo

|
145 installs
| (0) | Free
Lowlight Language Block specified
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

lowlight-block README

lowlight-block is intended to low light not necessary code for better code reading and development. For example,

Status s = f(arg1, arg2, arg3);
LOG(WARNING) << s.ToString();

the extension is intended to low light code like LOG(WARNING) << s.ToString(). Not just logging, the logic code changing from time to time, we may low light some code that is not important and focus on the main.

Features

Currently, the extension support:

  1. search code by regex, then find range depends on (),{},[], and lowlight the codd
{
    "lowlight-block.rules": [
        "LOG",
        "console.log"
    ]
}

bracket example

Extension Settings

  • lowlight-block.rules: currently a list of string to match
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft