views:

26

answers:

0

I have a couple of methods like

/*this is a comment for init, version 1*/
void init(int x);

/*this is a comment for init, version 2*/
void init(int x,int y);

But when VAX's intellisense comes up when I type "init(", the comments are not showing right. For the first version, it shows me the comment for the 2nd version... how and why is it looking underneath? For the second version, it shows no comment at all.

Right now, all VAX has done is break the VC++ functionality. Is it a bug?