Why is Visual Studio in C ++ not as smart as in C #?

I am working on homework in C ++ in Visual Studio 2010, I found that Visual Studio is not as wonderful as in C #. No intellisense, without code generation and stupid loading of error messages that might be missed if one error was fixed.

What for?

+5
source share
4 answers

Microsoft does not put much effort into its C ++ tools since .NET appeared. In many ways, the current IDE is worse than Visual C ++ 6.

Here's a blog entry in Visual C ++ about recent work in C ++ and why there is no Intellisense for C ++ / CLI: http://blogs.msdn.com/b/vcblog/archive/2011/03/03/10136696. aspx

+6

++ - , #, Intellisense.

+7

V++ Intellisense, . , Visual Assist X. Intellisense, VS .

+2

++ - IDE. intellisense . :)

+1

All Articles