Skip to content

czondi/VSCode-CollapseExpandEmptyTag

 
 

Repository files navigation

Collapse/Expand Empty Tag

This extension is used for collapsing or expanding empty HTML/XML tag (inspired by Jetbrain Resharper).

<example></example>
      |   ^
      |   |
      |   |
      V   |
    <example/>

Features

Collapsing empty tag

extensionexample

Expanding tag

expand

Requirements

  1. Visual Studio Code

Extension Settings

Currently there are no settings available for this extension.

Known Issues

  1. 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"
  />

Release Notes

  • Added collapse/expanding empty tag function.

1.0.0

Initial release of Collapse/Expand Empty Tag

Enjoy!

About

A Visual Studio Code extension for collapsing and expanding empty HTML/XML tag.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%