Wumpf / IncludeToolbox

Visual Studio extension to format, prune, and inspect include directives.
https://marketplace.visualstudio.com/items?itemName=Wumpf.IncludeToolbox
MIT License
51 stars 23 forks source link

Include Viewer/Graph parsing via simple custom parsing #22

Closed Wumpf closed 7 years ago

Wumpf commented 7 years ago

Finding out which includes are included via compile + /showIncludes is accurate but super slow. Should be able to do the same thing with a simplistic parsing similar to what the formatter does.

Keeping the /showIncludes stuff around is worthwhile though.