You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed IntelliSense does a really good job at parsing a C++ project I'm working on. Especially how it can link references of structures / classes to their definition, and in those definitions, it even knows how big every structure is and at what offsets the various fields of that structure are. I'd like to export this information for use by in other tools.
Is it possible to export information IntelliSense gathers to some file format? If so, how does this work? If not, are there people who would support a feature request to add this?
I couldn't find anything mentioning this in the documentation or in this repo, but maybe I didn't look hard enough.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed IntelliSense does a really good job at parsing a C++ project I'm working on. Especially how it can link references of structures / classes to their definition, and in those definitions, it even knows how big every structure is and at what offsets the various fields of that structure are. I'd like to export this information for use by in other tools.
Is it possible to export information IntelliSense gathers to some file format? If so, how does this work? If not, are there people who would support a feature request to add this?
I couldn't find anything mentioning this in the documentation or in this repo, but maybe I didn't look hard enough.
Beta Was this translation helpful? Give feedback.
All reactions