untangled-html

Untangled HTML: Angle Brackets Hide or Show for VS Code

Install Untangled HTML

Before:

<DIV>
  <H1>
      Untangled html - VSCode Extension
  </H1>
  <SPAN>
      This is with default HTML Syntax.
  </SPAN>
</DIV>

After:

DIV
  H1
      Untangled html - VSCode Extension
  H1
  SPAN
      This is after hiding the angle brackets.
      The code remains the same, it just hides the angles.
  SPAN
DIV

Usage

Once installed, use the following command to toggle the visibility of HTML angle brackets in your code:

  1. Open the Command Palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).
  2. Search for Toggle HTML Angle Brackets.
  3. Click on it to toggle the visibility.

Alternatively, you can assign a custom keybinding to the toggle command for faster access.


Overview

HTML Angle Bracket Toggle is a simple yet powerful VS Code extension designed to give developers full control over the visibility of HTML angle brackets (< >). Whether you’re working with plain HTML, Vue, or JSX, this extension helps you declutter your code editor by toggling the visibility of HTML tags, making it easier to focus on the structure and logic of your code.

Key Features:


Installation

  1. Open VS Code.
  2. Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window or using the shortcut Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).
  3. Search for HTML Angle Bracket Toggle.
  4. Click Install.

How It Works

When enabled, this extension hides the HTML tags (< >) in your code editor, leaving behind a cleaner and more readable code layout. It’s perfect for focusing on code structure or reading through code without distraction.

When disabled, it restores the HTML tags, making it easier to visually distinguish HTML elements.


Why Use It?


Contributions

We welcome contributions! Feel free to open an issue or submit a pull request if you’d like to contribute to this extension. Whether it’s adding new features or fixing bugs, we’d love to have your help.


License

This extension is open source and available under the MIT License.