DEV Community

Kay Gosho
Kay Gosho

Posted on

Replace JSX's opening tag and closing tag at the same time

image

Vim is my favorite editor, while React is my favorite frontend framework.

Of course I use Vim to edit my JSX files, but I saw my friend's WebStorm edit JSX tags easily. WebStorm can edit opening and closing tag simultaneously.

So I created my Vim plugin, vim-jsx-replace-tag.

https://github.com/acro5piano/vim-jsx-replace-tag

This is a small Vim plugin but I can improve my productivity greatly. Indeed, Vim is my best editor.

Top comments (0)