Weird issue on code completion
Posted: Mon Mar 26, 2012 8:16 pm
I do the following code:
double x123;
double y456;
The following code completion will work: x123/ y<Ctrl-Space>
but not this one: x123/y<Ctrl-Space>
The only diff between 2 cases is the space after "/"
There is no prob with +, - and *
double x123;
double y456;
The following code completion will work: x123/ y<Ctrl-Space>
but not this one: x123/y<Ctrl-Space>
The only diff between 2 cases is the space after "/"
There is no prob with +, - and *