What IDEs Are Best for Linux Users?

0
26
Asked By CuriousGecko42 On

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

Answered By CodeMaster99 On

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!

TechNerd87 -

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

Answered By VSCodonInit On

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!

Answered By CodingWhiz On

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.

Answered By OldSchoolDev On

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.

FutureCoder -

Org mode is fantastic on Emacs, it's like a productivity powerhouse!

Answered By Pythonista2023 On

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.

Answered By NinjaCoder15 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.