Quickly highlight and copy inner text or attribute values from HTML tags with ease.
Features
Highlight Inner Text: Select the inner text of an HTML element and copy it to the clipboard using Ctrl + Alt + I.
Highlight Attribute Values: Select the attribute values of an HTML element and copy them using Ctrl + Alt + A.
Usage
Place the cursor anywhere within the opening and closing tags of an HTML element.
Press Ctrl + Alt + I to highlight and copy the inner text of the element.
To copy an attribute value, place the cursor anywhere between the start of the attribute key and the end of the value's quotes, and press Ctrl + Alt + A.
Keybindings
Ctrl + Alt + I: Highlights and copies the inner text of an HTML tag.
Ctrl + Alt + A: Highlights and copies an attribute value.
Installation
Install the extension from the VS Code marketplace.
Use the keybindings or command palette to run the commands.
Enjoy fast HTML text and attribute highlighting!
Release Notes
1.0.0
Initial release of HTML Text & Attribute Highlighter with features to highlight and copy inner text and attribute values from HTML tags.
Following Extension Guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.