I know that this is a bit useless, but when typing actually there is no help for example for filling methods with correct classes and types (ok a signature of the function is previewed when typing the first "(".. but when i start writing the signature vanish).
Methods with many parameters (wich you cannot remember) usually requires me to open the header file wich contain the signature of the method to check wich parameters are required.
A function description(of course if there is a comment wich describes the function in a doxygen like way) in the codecompletion popup menu would be nice so that explorative programming will be faster.
Are these features already planned?