Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 688 Bytes

HTML Insert Tag Extension for Visual Studio Code

This is a Visual Studio Code extension for HTML coding.

Overview

This extension inserts HTML tag over selected text in text editor.

How to use

  • 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.

NOTE

The extension is working but is under development.