+45

Function parameter auto-complete

Caleb Morris 12 years ago updated by Bruno Lemos 11 years ago 1
When auto completing a function pop up a small off-set message of the parameter inputs.
ex: foo( int a, real b ); // declared above
when foo auto-completed "foo(" is put and a message shows "foo( int, int )"