We don't have immediate plans for C++ support in GhostDoc. Does managed C++ support XML Comments natively?
in short yes. :)
I mostly use c# but some older projects are in C++ and have been brought forward using managed c++.
There are Addins for visual studio that provide similar functionality in c++ for oher commenting formats but not for standard xml comments.
My concerns is that most C++ developers don't follow Microsoft's .NET Naming Guidelines which is the required component of meaningful comment "guessing" by the GhostDoc engine...
I disagree, any C++ function have a standard formating, brackets, etc. It should be easy to support C++.
btw. If this guy (http://www.atomineerutils.com/products.php) could do it, it can't be that hard.