This extension aims to hide and/or blur snippets of code according to the regex defined in the settings (logs, for example). Aiming to only worry about codes that influence logic.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Hide Code improves code readability by blurring sections that do not affect the logic but are necessary, such as logs, metrics, and other similar elements. With a simple toggle (or Ctrl+Alt+H), you can choose when to focus only on the essential logical sections.
Features
Toggle Visibility: Easily hide and show irrelevant code sections with a single click or a keyboard shortcut.
Customizable Regex: Define your own regular expressions to specify which code sections to blur.
Custom Color: Choose your preferred color to blur the code sections.