mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

How can I quick change a tag,i.e. div to p #418

Open godhelpjun opened 6 years ago

godhelpjun commented 6 years ago

great job,I love this plugin so much,but there is one problem I can't figure out. I have a div,like this: <div class='someClass'>some text</div> when the caret on the open div tag,Is there any command I can use to change it to <p class='someClass'>some text</p> Thanks.

robertjk commented 5 years ago

I also do it a lot and don't know of any quick way to do it. I'm actually surprised even native Emmet doesn't implement this. Seems essential to me.

robertjk commented 5 years ago

I created a feature request for this.