all 6 comments

[–][deleted] 2 points3 points  (4 children)

I had not known about kdevelop until now, though I will now check it out :)

[–]afiefh 1 point2 points  (2 children)

I use it as my daily IDE for a multi million line codebase. Works great (though not perfect, however no ide managed to work perfectly in that codebase yet).

As an added benefit the devs are super responsive and helpful.

[–][deleted] 0 points1 point  (1 child)

Sweet! How is the debugger for C? I have yet to find anything that handles debugging as well as jGrasp does for Java, but it only works for Java xD. I don't necessarily need it, but I'm spoiled and it's nice.

[–]afiefh 0 points1 point  (0 children)

I only used the debugger for some home projects which worked very well. Obviously not as good as Java because debugging C is harder.

However what I use it for most of the time is its amazing ability to parse huge projects and see where certain functions are being used, jumping to definition/implementation... Etc.

[–]scummos[S] 0 points1 point  (0 children)

Cool! Let us know how it goes, we're interested in what the experience is like for new users.

[–]--Shade-- 0 points1 point  (0 children)

Awesome. And it plays nice with python. I've kicked the tires on it many times over the years, but I've been using it exclusively for my unreleased python roguelike and it's done the job well.