PederN
Starting Member
Sweden
1 Posts |
Posted - Jun 12 2008 : 12:08:44 PM
|
Hello.
I'm experiencing a problem with Visual Assist X version 10.4.1640.0. The problem is while I'm working within a file, visual assist constantly reparses the file with every keystroke I do. I guess that is fine since I want it to find out newly declared variables and such. But the problem is, that while it is parsing the file I'm working on, all symbol lookup seem to stop functioning. This results in this for example:
I decalare a new pointer in my code;
CMyPointerThingie *mythinge;
This makes VA reparse the file (which is aprox 1000 lines of code), takes some time and during that time I won't be "assisted" in any way while typing into the IDE.
Once the parsing is complete, I can type:
mythingie-> and get a complete list of member variables and functions, this typing have however cased visual assist to parse the file again, and doing so while I in this example choose a function to call on my declared class. But at this point I would expect visual assist to present me with arguments available to the function, but nooo, since it's still busy parsing my file, I don't get any suggestions at all.
As you can imagine, this is rather counter productive, and at the moment I'm seriously considering going back using intellisense (which I have disabled now with VA of course)
So, I'm merly wondering is this is how it's supposed to be, or if this is a known bug in this particular build, as I haven't ever come across it earlier.
Thanks.
|
|