3

My visual studio keeps saying Intellisense is not available for C/C++. Some Internet sources say that it even doesn't exist in VS2010.. There should be a possible workaround.. I have the Ultimate Edition with all options installed...

2
  • Just to clarify, are you asking about C++/CLI? If that's the case, you should specify that in your question, since there is some Intellisense support for unmanaged code.
    – jonsca
    Commented Dec 22, 2011 at 4:11
  • I need Intellisense for C++,managed code. But I think switching to VS2011 is the best answer they gave me...
    – Karel
    Commented Dec 25, 2011 at 15:29

2 Answers 2

2

Mostly taken from here but to summarize:

There is no intellisense for C/C++ in VS2010. If you want something like it, but not from Microsoft, you might want to try tools like VA Assist.

7
  • Thanks for your answer. I hope they'll bring it back in future releases..
    – Karel
    Commented Dec 22, 2011 at 2:53
  • @Karel, It would be appreciated if you would mark this as the answer.
    – soandos
    Commented Dec 22, 2011 at 3:05
  • There is Intellisense for "regular" C and C++, in terms of the standard libraries and structs, etc. in the same file. It's C++/CLI which is not supported, so your answer is completely correct, I think the way the OP has asked the question might be confusing.
    – jonsca
    Commented Dec 22, 2011 at 3:49
  • 2
    @jonsca, I am not sure. I think he is bothered by the warning that VS keeps giving him and this is why.
    – soandos
    Commented Dec 22, 2011 at 4:09
  • Okay, you may be right about that. I have asked him for clarification.
    – jonsca
    Commented Dec 22, 2011 at 4:12
2

Try Visual Studio 11. Its been put in there What's New for Visual C++ in Visual Studio 11 Developer Preview

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .