atom-double-tagAn Atom Editor package for faster HTML tag editing
Double Tag
Atom.io : Github
An Atom Package -Edit both the start and end HTML tags at the same time.
How To Use
Edit the start tag (<div>
) and the matching end tag (</div>
) will be changed automatically. Likewise for the end tag.
Configs
- enabledScopes - Language scopes that are active (Default:
text.html, text.html.basic, text.xml, text.marko, source.js.jsx, source.tsx, text.html.erb, text.html.php, text.html.php.blade
) - ignoredTags - HTML tags that are ignored. (Default:
area, base, body, br, col, command, embed, head, hr, html, img, input, keygen, link, meta, param, source, title, track, wbr
) - allowEndTagSync - Whether editing the end tag will change the start tag. (Default:
false
)
Notes
- Supported Languages: HTML, PHP, ERB, JSX, XML, marko
- Issues and Pull Requests are welcome.
- Recording done with: screen-recorder
评论