Can Storm edit Opening and Closing HTML Tags Simultaneously ?
Hi - Just to clarify my question; suppose I have something like this:
<p> Hello World </p>
and I choose to delete the first <p>. Can I set up storm so that it automatically deletes the closing tag as well ? I have looked at the settings and it is not obvious.
I believe sublime text does this
thanks
请先登录再写评论。
Hi there,
To change/rename tag use "Refactor | Rename"
To remove tag -- "Code | Unwrap/Remove"
No