I try to implement an extension for C ++ programmers using Visual Studio 2013 (using C #) I am doing that, where the user can be right, click on any variable in my C ++ code and I give him all kinds of information on that variable (like usage or how it is done ... etc) .
Do you know how can I achieve this? If so - can I get C ++ syntax tree?
Thanks
Can any open source project be used as a reference to PS?
I'm not sure that this will solve your problem, but you can solve the PDB file (program database) Try to use, in which other global variables, local variables, function names and addresses of their entry points, further information, and more.
A program database (PDB) is also available for inspection of file contents. Further useful information is provided for reading.
No comments:
Post a Comment