Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are people replacing the missing C++/CLI Intellisense in VS 2010 with?

I'm about to start a project where I will be likely to use a lot of C++/CLI. I really miss C++/CLI Intellisense in VS 2010. I've heard of some Resharper-like products for C++, but wonder if they provide complete Intellisense. Do they also work with C++/CLI?

What are people doing to overcome this limitation?

like image 562
codekaizen Avatar asked Jul 07 '10 16:07

codekaizen


3 Answers

Visual Assist X, a commercial addin for Visual Studio developed by Whole Tomato Software

like image 70
Ben Voigt Avatar answered Oct 29 '22 19:10

Ben Voigt


Yes, Visual Assist X does support C++/CLI because we make heavy use of it. Its a good product, give it a try. What it doesn't do, however is make browsing or F1 help work.

like image 30
ILX Avatar answered Oct 29 '22 20:10

ILX


Visual Assist is rumored to have IntelliSense support. They don't advertise it, which is mighty strange. Better try to eval version to check.

Other than that, I don't doubt that most devs replace the missing support in VS2010 with VS2008.

like image 24
Hans Passant Avatar answered Oct 29 '22 19:10

Hans Passant