Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Problem with constant reparsing

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
PederN 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.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jun 12 2008 : 12:35:17 PM
This should not happen. The reparse should take about 0.2 seconds on 1000 lines.

Can you start windows task manager and switch to "Processes" tab to see if a process takes too much CPU while the slow parsing happening?

Which version did you used before 1640?
Which visual studio do you use?
Do you have other plug-ins installed?
Can you try to disable your anti-virus software to see if this helps?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000