Hi All,
Visual studio has had good xml comment support for CLI languages for the last several versions, but none of the previous versions had IntelliSense tooltip support for regular old C++ besides displaying the contents of the closest comment.
Now, in the Visual Studio 2012 'what's new' page, there is a section called Richer IntelliSense Tooltips.
This section mentions XML documentation comments for IntelliSense in C++, but does not specify "Visual C++" or "C++/CLI" which is mentioned in a separate section specifically for C++/CLI IntelliSense features.
Can anyone confirm that VS 2012 has support for some kind of XML comment that is read by the IntelliSense system?
Thanks,
Mark