Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anteprimorac/vscode-html-end-tag-labels

VSCode HTML end tag labels extension
https://github.com/anteprimorac/vscode-html-end-tag-labels

html vscode vscode-extension

Last synced: 15 days ago
JSON representation

VSCode HTML end tag labels extension

Awesome Lists containing this project

README

        

# HTML End Tag Labels

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/anteprimorac.html-end-tag-labels?label=vs%20marketplace)](https://marketplace.visualstudio.com/items?itemName=anteprimorac.html-end-tag-labels) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/anteprimorac.html-end-tag-labels?label=vs%20marketplace%20installs)](https://marketplace.visualstudio.com/items?itemName=anteprimorac.html-end-tag-labels) [![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/anteprimorac.html-end-tag-labels?label=vs%20marketplace%20downloads)](https://marketplace.visualstudio.com/items?itemName=anteprimorac.html-end-tag-labels)

[![Open VSX Version](https://img.shields.io/open-vsx/v/anteprimorac/html-end-tag-labels)](https://open-vsx.org/extension/anteprimorac/html-end-tag-labels) [![Open VSX Downloads](https://img.shields.io/open-vsx/dt/anteprimorac/html-end-tag-labels?label=open%20vsx%20downloads)](https://open-vsx.org/extension/anteprimorac/html-end-tag-labels)

[![Test](https://github.com/anteprimorac/vscode-html-end-tag-labels/workflows/Test/badge.svg)](https://github.com/anteprimorac/vscode-html-end-tag-labels/actions?query=workflow%3ATest) [![Publish Extension](https://github.com/anteprimorac/vscode-html-end-tag-labels/workflows/Publish%20Extension/badge.svg)](https://github.com/anteprimorac/vscode-html-end-tag-labels/actions?query=workflow%3A%22Publish+Extension%22)

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/anteprimorac)

The HTML End Tag Labels extension for Visual Studio Code is a must-have tool for developers working with HTML-like markup in HTML, JSX, Vue, Svelte, and PHP files. This versatile extension enhances your coding experience by adding clear and visually distinctive labels to the closing tags in these file types. Whether you're building web applications, working on frontend frameworks, or developing server-side applications, HTML End Tag Labels makes navigating and understanding your code's structure effortless. Say goodbye to tedious tag matching and hello to improved productivity and code readability with this user-friendly extension.

## Features

![HTML End Tag Labels](images/screenshot-1.png)

## Theme colors

| Name | Description |
| --------------------------- | ---------------------- |
| htmlEndTagLabels.labelColor | Label foreground color |

## Settings

| Name | Description |
| ---------------------------- | --------------------------- |
| htmlEndTagLabels.labelPrefix | Label prefix (default: `/`) |

> **Warning**: The following settings are deprecated and will be removed in a future release. Use theme colors instead.

| Name | Description |
| ------------------------------- | ----------------------------------------------------------------------------------- |
| ~~htmlEndTagLabels.labelColor~~ | ~~Label foreground color (if empty will use `editorCodeLens.foreground` instead).~~ |

## [Release Notes](CHANGELOG.md)