John Carmack describes his programming setup

I find gvim nice for small programs, but for serious work on large programs KDevelop is my favourite, especially since I work with Qt stuff. It helps a lot when program is too big for a single person to understand. I’m contributing to a Qt/C++/JS open source project with about 1 million lines of code, and using just vim would make things too difficult to comprehend for me.

1 Like