Wumpf / IncludeToolbox

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

Include graph should include a view by number of LoC #79

Open asklar opened 3 years ago

asklar commented 3 years ago

It'd be useful to have a view that showed the number of lines of code each header you include are contributing to (since this has an impact on build perf). This view should be sorted by # loc to be most useful.