Skip to content

vscode plugin that wrap selected html tag by pressing ctrl+i

License

Notifications You must be signed in to change notification settings

hwen/tag-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tag-wrapper

You can use it in jsx like environments(Vue, React...) too

You may install EditorConfig for VS Code to support your tab/space style

Note: As I only tested in win10 and ubuntu, may be this plugin wouldn't work in other platform.

Version Installs Ratings

Features

Example

Extension Settings

The default keybinding of this plugin is ctrl+i. You can change it by adding

{
  "key": "ctrl+shift+i",
  "command": "extension.wrapTag",
  "when": "editorTextFocus"
}

on your vscode custom keybind setting file.

Release Notes

0.1.1

base function

0.1.4

support jsx like environments.


About

This plugin is inspired by @草莓. Thx for her idea.

Enjoy!

About

vscode plugin that wrap selected html tag by pressing ctrl+i

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published