quote:
Originally posted by feline
If you mainly have single line function calls then you could try writing an IDE macro to prompt for the parameter number, and then jump forward that number of comma's.
This is potentially problematic (as in cases like):
a = f1(b, c, f2(x, y, z), d, e);
How do you get the IDE to prompt you for input in a macro?
Best regards,
Rick C. Hodgin