Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.
Title: Favourite Linux IDE?
Page: 3/5
  Go to:
Duke Takeshi 18 Aug 2017
Eclipse all the way
silmeth 23 Aug 2017
IntelliJ Idea and Pycharm – at work and at home for Java, Kotlin, Rust and Python. Haven’t ever used a better IDE (though, it has limited features outside of JVM world, eg. no debugging for Rust).

Beside it I normally use two editors:

vim – for simple text editing, mostly changing some config files.

Kate – if I’m forced to do some changes to some bigger shell or js codebase.

And I used to use Code::Blocks back at the university for C and C++ projects – but never really did anything big in them, requiring more complex refactoring, so not sure if I’d recommend it now as a full-blown IDE. It’s simple, and works well for smaller things.
F.Ultra 31 Aug 2017
  • Supporter
Never felt the need for a full blown IDE, but then I don't code GUI applications where perhaps an IDE is very well suited (at least that is what I've heard). So I'm only using Gedit and nano.
F.Ultra 2 Sep 2017
  • Supporter
Quoting: Guest
Quoting: F.UltraNever felt the need for a full blown IDE, but then I don't code GUI applications where perhaps an IDE is very well suited (at least that is what I've heard). So I'm only using Gedit and nano.
Less GUI, more size and complexity of codebase I think. Depends on your definition of an IDE too. I'm still using qt-creator for example (emacs too, depends what I'm working on), but only for the indexing and code completion. All compiling, debugging, etc, is done via command line.
Perhaps, however I wrote a commercial competitor to Amazon EC2 and S3 back in 2007 using nano over ssh (I was forced to use a shitty windows machine at the time and did the coding on a debian machine over ssh). But then games (which I guess is the main programming around here) might have a far more complex codebase than what I as a systems programmer normally experience. Could be a language difference as well, I mean most Object Oriented projects that I have seen seams to consist of many small files.
krisguy 11 Sep 2017
To add to the mess, I alternate between Atom and MS Visual Studio Code for my coding needs. Since I use Python at work and Python, Perl, and node.js for personal projects, both work well. The only thing that keeps me coming back to VS Code is built-in terminal and a cleaner look out of the box.
khalismur 27 Sep 2017
JetBrains's IDEs are great.

I use Rider and PyCharm.
stretch611 27 Sep 2017
Without a doubt... [Sublime Text](https://www.sublimetext.com/). Their homepage has a short visual demo. Lightweight and fast... multiple languages supported, easy to use config files, add-ons, the ability to edit multiple lines at once... my favorite editor since I found it. The best feature... you can open files the normal way with the full open/choose directory/choose file... but instead, hit CTRL-P type a partial filename and all matches from the entire project are displayed as you type.

Technically, a text editor instead of a full blown IDE... but with the add-ons it does everything you will most likely need.
spoonie_au 1 Oct 2017
I'm just starting out programming (a bit of career change).

Atom C++
QT Creator (QT5 C++)
Ninja-IDE (python).
Trump 2 Oct 2017
Figured I'd update my old response as now days I use NeoVIM+Tmux+tweaked config file and also Atom text editor with several packages to make it feel more comfortable like NeoVIM.
Also I use either editor for C++ or web-dev stuff.
natis1 3 Oct 2017
User Avatar
I'm definitely in the minority. My projects are in c++ and for that I use Kdevelop.
still-dreaming-1 4 Oct 2017
I - Integrated = init.vim: My Neovim config file that integrates everything I want into Neovim exactly the way I want
D - Development = Neovim: My primary development tool
E - Environment = Solus: My current favorite Linux distribution.
diego2311 5 Oct 2017
I use neovim for everything (Mainly Ruby, HTML, Javascript, C++).
Kam 16 Jan 2018
vim + grep + ninja for C/C++ dev.

I tried different ide, but find myself more efficient with simple tools I control than with tools that tries to help me and take control.
BlackBloodRum 9 Feb 2018
Interesting to see so many replies here! :-D. I like "still-dreaming-1"'s post a lot though, that's one way to look at IDE's!

I can't possibly try every IDE mentioned here, but I'm glad to see that there are so many options. Personally I'm still using geany though.

Thanks for all the responses though! :-D. Nice to see I'm not the only Linux'er who uses it for development purposes.

Feel free to list any other IDE's you may use :-).
Grimfist 21 Mar 2018
I am still a fan of Eclipse and IntelliJ at the same time.
If you put in some effort Eclipse is the real deal, especially when integrating things like XText code generation, Maven build lifecycles, JIRA integration for issues and projects, Application Server & Docker integration.
Yes these things work (mostly) out of the box in IntelliJ, but can also work in Eclipse if you take your time.

But ok, these features are mostly useful in an enterprise development environment, for home use I still prefer out of the box experience ;)
qptain Nemo 10 May 2018
Kate.

My only real requirement is split views, being able to see and edit the same or different files in several different places at the same time. Kate does that well and I like the rest of its features well enough so I'm happy with it.
Shmerl 13 May 2018
Quoting: diego2311I use neovim for everything (Mainly Ruby, HTML, Javascript, C++).
I use neovim too.
johnc 16 Aug 2018
I use QTCreator as well. SailfishOS uses a modified version that I also use with MER for app development.
verts 24 Oct 2018
User Avatar
Mainly I work with JS in Atom or PHPStorm. Their functionality is enough for me, especially since PHPStorm is quite heavy and voluminous IDE. When I started to learn a language, I also used Sublime Text, where I performed assignments for [assignment.essayshark.com](https://assignment.essayshark.com/). Sublime is really easy to use, therefore I recommend it to beginners.
Echoz 24 Oct 2018
  • Supporter
I always use vi or vim if the vi executable is symlinked to vim. It is on my system so I suppose Vim would be the final answer, although there's nothing wrong with just vi.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon Logo Patreon. Plain Donations: PayPal Logo PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register