Reparse
Visual Assist X includes
parsers that execute as you edit. The parsers awaken typically when you pause typing. They reparse several lines surrounding your current edit, or your entire file. Reparsing is relatively fast since no object code is generated.
Force Visual Assist X to reparse your current file any time you feel its parsers are out-of-sync with your code. This occurs very rarely.
Miscellaneous
If symbol definitions are in gross error, make sure the
Projects|C/C++ Directories node of the
options dialog is configured properly.
If symbol definitions were known previously but fail to be recognized now, force Visual Assist X to reparse all source files by pressing the
Rebuild button the on Performance|General node of the
options dialog. You must restart your IDE in this case.
Reparse is provided primarly for historical purposes.