Method arguments mark when typing
Przemek (cojack)
xcojack at gmail.com
Wed Nov 21 11:51:54 GMT 2012
Hello,
I have an idea to mark the arguments when call the function fe:
SomeClass::someMethod(int val, QString another, SomeInterface *third)
{ ... } // method definition
then in code when call the method we have an tooltip with information
about each arg, then when typing first parametr like:
SomeClass object;
// start typing here and tooltip show the arguments
object.someMethod( someInt.. // then here when tooltip show, the first
argument may be bolded
what do you think about it?
it's kind of user usability, i think so...
Regards,
Przemek aka cojack.
More information about the KDevelop
mailing list