+45

Function parameter auto-complete

Caleb Morris il y a 12 ans mis à jour par Bruno Lemos il y a 11 ans 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 )"