I would like to extend Visual Studio Parsing in C ++ with additional information computed by the user extension I am writing. To save me from having to write a complete IScanner for my LanguageService , I thought I would ask for the LanguageService responsible for C ++ scanning and just a proxy server.
My searches so far have only indicated the completion of the refinancing of the LanguageService , using, for example. ANTLR or custom scanners. I tried using System.Reflection from my Visual Studio application, but it did not show me any classes other than mine.
So, any idea how I can get a copy of LanguageService , who understands C ++?
source share