To view parent comment, click here.
To read all comments associated with this story, please click here.
What it does for me when you write the beginning of a function name it suggests matches found anywhere in the includes. So if you include a.h and a.h itself includes z.h when also functions from z.h are suggested. That is pretty normal.
Though then when it comes to the parameters the function takes KDevelop automatically suggests variables in your current scope of that type and afaik this is something Qt Create can't do, no clue about Eclipse.
Further the colouring is a huge win --> local vars have their unique colors, members have a unique color ... . At first I was shocked like "omg give me my black back" but once you got used to it it is a lot easier to read and understand code.
PS.: I don't code for a living, for me it is a hobby.
Edited 2010-05-04 21:30 UTC




Member since:
2008-12-26
I've used it.
Last time I tried it, it seemed to complete just like Qt Creator, i.e. correctly.
That's what Qt Creator does as well (ditto for Eclipse, visual studio...).