Wumpf / IncludeToolbox

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

Revive project Part 1: VS 2022 direct support + Header only scan support #83

Closed Agrael1 closed 2 years ago

Agrael1 commented 2 years ago

IWYU support:

  1. Header file scan support
  2. Commentary option (turn on and off commentaries from IWYU)
  3. VS 2022 along with VS2019 direct support, updated SDK

Second stage will include: moving to community asynchronous SDK and IWYU migration

Wumpf commented 2 years ago

nice stuff in there, thanks :)

Agrael1 commented 2 years ago

So the feature requested is newly built IWYU with the latest version of clang. The best way is to set up pipeline with periodical checks for an update.