Hide closing tag of empty element

Hi Guys,

Is there a way to hide a closing tag for empty element in Webstorm?

I want to see this: <custom-element/> instead of <custom-element></custom-element>, while the actual code will be <custom-element></custom-element>.

 

0

No, it's not possible; if you miss it, please file a feature request to youtrack, https://youtrack.jetbrains.com/issues/WEB

0

请先登录再写评论。