<DIV>
<H1>
Untangled html - VSCode Extension
</H1>
<SPAN>
This is with default HTML Syntax.
</SPAN>
</DIV>
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
Once installed, use the following command to toggle the visibility of HTML angle brackets in your code:
Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).Alternatively, you can assign a custom keybinding to the toggle command for faster access.
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.
.html, .vue, and .jsx files, ensuring your entire workflow is streamlined.Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).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.
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.
This extension is open source and available under the MIT License.