I'm currently using Linux and I'm on the hunt for a more feature-rich IDE. I'm really curious about what everyone else is using since I want to move away from Visual Studio Code. What do you recommend?
6 Answers
I really enjoy using JetBrains IDEs. For Java, I stick with IntelliJ, and for JavaScript or TypeScript, it's WebStorm all the way. They have a lot of features that make coding smoother!
I prefer VSCodium since it omits a lot of Microsoft’s stuff, but if you’re looking for a solid experience, JetBrains is great too!
If you're looking for something more complete, you'll need to specify what languages you're working with. JetBrains has excellent IDEs, and they're free for academic or non-commercial use.
I’ve been using Emacs for years. It’s not as user-friendly as others, but I’ve customized it so much that switching to anything else would be tough.
Org mode is fantastic on Emacs, it's like a productivity powerhouse!
I mostly deal with Python now, and I just switched to Cursor, which is like VS Code but with more AI features. It was an easy change for me since I had been on VS Code for a long time.
I'm on Neovim right now! It's not the most feature-rich, but it does the job for me. I've used JetBrains before, and they’re definitely solid options if you want more features.

I do the same! JetBrains for things like Java and Python, but I still lean on VS Code for frontend projects.