Skip to content

VSCode extension to insert a tag over selected text

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
License.txt
Notifications You must be signed in to change notification settings

j-clavoie/html-insert-tag

Repository files navigation

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.

About

VSCode extension to insert a tag over selected text

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published