This is a Visual Studio Code extension for HTML coding.
This extension inserts HTML tag over selected text in text editor.
- Select part of code/text in the text editor
- Trigger the extension by pressing CTRL+ALT+P
- Type Insert Tag
- A popup appears
- Type the tag to add (without brackets <>) including class and other attributes. (ex.:
a href="URL" class="class1 class2"
) - Press Enter
- The tag is inserted before the text select and the closing tag is added to the end of selected text.
The extension is working but is under development.