Search code examples
htmlvimphpstormwebstormtext-editor

Editor with html specific features


I search editor/plugin for editor with such html specific features:

  • remove node
  • remove only node content
  • navigation to next/prev node, and also parent/child node
  • navigation to next/prev node attribute
  • navigation between opening and closing tags

I love and use Vim and JetBrains IDEs, but I haven't found plugins with similar funcitonality for them. Can anybody suggest such editor/plugin?


Solution

  • Take a look at https://github.com/mattn/emmet-vim. It seems to be fulfilling most of your requirements.