@gabrielesvelto I really like Geany, although I don't use any of its IDE features personally (I run in non-project mode and just use it as a fancy text editor with regex search/replace, code folding, etc).
It's a nice step up from e.g. gedit without the bloat of something heavy.
@gabrielesvelto Yeah makes sense. Personally I find all kinds of autocomplete etc annoying because the concept-to-code path in my brain works faster than the visual-to-understanding loop.
So I type void foo( and before I realize the editor has added the closing parenthesis I've already typed one myself and now I have two. Then I have to recognize what happened and backspace over one of them and I end up being slower and less productive.
@gabrielesvelto ngscopeclient is probably the biggest codebase I work in in it, and it's a bit over a quarter million lines currently so probably... 100x smaller than firefox?
And as the lead developer and original author of much of the code I'm extremely familiar with where to find things so it's easy to just have tabs open with a class definition and switch back to check on the exact arguments to a method or something.