简体   繁体   中英

Squiggles for C++ in Visual Studio 2008

Is there a plugin for Visual Studio 2008 that can show squiggles for C++ code (like in VS2010+)?

(I seem to recall that the excellent Visual Assist X plugin gives syntax highlighting, but doesn't squiggle incorrect C++ code.)


EDIT

Just to be clearer (since it was also asked in the comments), the requirement is not only about "mistyped symbols" , but also about more advanced error checking.
eg if a class X has a private copy constructor, VS2010 correctly squiggles code like X x1(x); (with the addition of a nice error message):

在此处输入图片说明

The newest Visual Assist X does have support for this feature (it's referred to as 'underlines' in the settings). It will also underline grammar and spelling mistakes, which Visual Studio 2010 by default doesn't do. On a different note, you probably shouldn't be using Visual Studio 2008 as it is really really outdated (6+ years old), Visual Studio 2013, 2012 and 2010 all run much faster and have a much larger featureset.

http://www.wholetomato.com/features/feature-code-correction.asp#under

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM