I want to surround some HTML code with <div>
- how to do it in Eclipse with some shortcuts or macros. I do not want to repeat surrounding manually.
<p>some text</p>
I want to surround with <div>
and achieve
<div><p>some text</p></div>
I want to surround some HTML code with <div>
- how to do it in Eclipse with some shortcuts or macros. I do not want to repeat surrounding manually.
<p>some text</p>
I want to surround with <div>
and achieve
<div><p>some text</p></div>
Follow below mentioned steps :