CloseCommentTag =============== _Insert comment tag like a "<!-- /#id.classname -->" before closing tag._ HTMLの閉じタグの前にコメントを入れるプラグイン ## Usage Before. ```html
Hoge

Hoge

``` After ```html
Hoge

Hoge

``` 1. Move the caret "</div>" on top of the "<". 2. Push shift+command+, or Select "Package Control" -> "CloseCommentTag: Insert comment tag." 3. Before the closing tag put the "<!-- /#hoge.fuga -->" ## Keymap - Windows: shift+ctrl+, - OSX: shift+command+, - Linux: shift+ctrl+, ## Install 1. select "Package Control: Add Repository" 2. input "https://github.com/Satoh-D/CloseCommentTag" 3. select "Package Control: Install Package" 4. input "CloseCommentTag" ## Licence [MIT License](https://github.com/tcnksm/tool/blob/master/LICENCE) ## Author [Sato Daiki(@Satoh_D)](https://twitter.com/Satoh_D)