Hello,
I have a C++ library the Visual Studio Intellisense logic is unable to parse
correctly. Many members or entire classes are missing. This is due to a
rather complicated #ifdef scheme in the library that allows cross platform
development. I have no control over the #ifdefs.
My question: I would like to ship a file with my installer containing all
intellisense data for this library so that the VS Intellisense mechanism
would use the data from this file rather than (unsuccessfully) attempt to
parse the header files from the library.
Since it is now possible to add ones own code snippets to Intellisense this
should be possible. Also there is VSTOIntellisense.msi which seems to do just
that. Where can I find more information about this?
Best regards and thank you in advance
Hajo Kirchhoff
Hajo Kirchhoff - 08 Dec 2005 07:30 GMT
Hello,
where do I find more information about the XML files used to add
classes/symbols to C++ intellisense?
Regards
Hajo
> Hello,
>
[quoted text clipped - 15 lines]
>
> Hajo Kirchhoff