DEV Community

Kay Gosho
Kay Gosho

Posted on

1

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay