This extension is used for collapsing or expanding empty HTML/XML tag (inspired by Jetbrain Resharper).
<example></example>
| ^
| |
| |
V |
<example/>- Visual Studio Code
Currently there are no settings available for this extension.
- Cannot expand an collapsed tag that is on a few lines. For example, the following tag cannot be expanded unless joined into a single line. (Pull request are welcome!)
<example
att="hello"
/>- Added collapse/expanding empty tag function.
Initial release of Collapse/Expand Empty Tag
Enjoy!

