Hey everyone! I'm on the hunt for alternatives to VSCode. It was my first IDE when I started coding on Windows, but now I'm using both Linux (Arch) and MacOS for my work. I primarily do Physics Research, so my coding consists of Python with libraries like Tensorflow and Scipy, but I'm also planning to learn C++ and Rust. I've looked into options like JetBrains IDEs (like CLion, RustRover, or PyCharm), Zed, and still considering VSCode. I'm open to trying NeoVim too, but it seems a bit daunting. I'd love to hear your thoughts if you've been in a similar situation!
5 Answers
While they might not be full-fledged IDEs, Zed and Sublime Text can be customized for any language you want to work with. Just keep in mind that they require some setup to get going.
Honestly, if you're comfortable with VSCode, it might be the best path to stick with it given your needs. Neovim is another solid choice due to its portability and extensibility since you can use it nearly anywhere with a terminal, but be prepared for a learning curve and some configuration hassle. If you want simplicity, though, VSCode is proven and reliable.
Zed is a great pick if you're after speed; it’s super fast compared to VSCode. If you're feeling adventurous, Neovim is worth exploring, but it requires some setup time. Cursor might also be an interesting option if you’re using AI frequently, as it’s a VSCode fork with enhanced AI features.
For a robust experience, JetBrains IDEs are top-notch! A lot of folks feel VSCode feels more like a toy next to them. PyCharm is particularly popular, but just a heads up, you might end up juggling multiple IDEs.
If you’re willing to dive deep into text editing, Vim is the way to go, but it can take time to master. Alternatively, consider using IdeaVim as a plugin for JetBrains IDE—it gives you some Vim-like functionality without fully switching. That way, you can get a taste of Vim while still enjoying the features of an IDE.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically