T O P I C R E V I E W |
jzq740176597 |
Posted - Jul 22 2014 : 04:22:19 AM vs2010 sp1,VA 2042,winXp sp3
inconsistent by "\\"? |
3 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Jul 23 2014 : 6:53:52 PM When "Disable Squiggles" is true, Visual Assist underlines mistyped symbols when you enable "Underline mistyped symbols". So you can disable the VA setting as a workaround.
However, when "Disable Squiggles" is false, Visual Studio underlines the mistyped symbols so Visual Assist don't need to. It will also solve the problem you had presented. Note that "Disable Intellisense" should also be false if you want Visual Studio to underline errors. |
jzq740176597 |
Posted - Jul 23 2014 : 03:58:22 AM I have checked the " Disable Squiggles" switch,but is true and disabled(gray). does it matters by VA Options(underline mistyped symbols)? |
accord |
Posted - Jul 22 2014 : 10:17:46 PM What is the state of the following option for you?
Tools -> Options... -> Text Editor -> C/C++ -> Advanced -> Disable Squiggles
Visual Assist do not underline mistyped symbols, unless you disable the above Visual Studio feature.
This is known problem:
case=53110
But due to the fact that "normally" the underlining is now done by Visual Studio from 2010, the problem usually does not reveal itself. |