Say I type:
class Foo
{
void Bar( int a, int b, int c );
};
Foo::Bar(
VAX used to pop up with an AutoComplete box for "int a, int b, int c" which meant I wouldn't have to type it all in again. At some point VAX stopped doing this. I assumed it was only a short-term thing that would be fixed in a new version, but I dont know whats wrong. Did you remove it, or is there something going wrong?
I miss this feature!
(Edit: I accidentally posted before I finished typing the post)