HACKER Q&A
📣 aigoochamna

Anyone make the switch from Vim to VS Code and not regret it?


Anyone make the switch from Vim to VS Code and not regret it?


  👤 thesuperbigfrog Accepted Answer ✓
Why not use both?

Vim is great for quick edits and is unmatched in editing speed , especially over SSH.

VS Code is more IDE-ish and has excellent integration with language protocol servers and other plugin tools. It is slower than Vim but has some functionality that Vim does not.

Using one does not stop you from using the other.


👤 eiiot
I’ve always used VSCode for TailwindCSS and Vim or Zed for everything else. They work well in hybrid, but a minimalist VSCode setup with Vim keybindings is really hard to beat.

VSCode kind of like Wordpress - the more plugins you install the slower it gets. Leave it be and it’s remarkably fast.