by Marcus | Jun 10, 2023 | VSCode + IWYU
The latest version of the extension now has support for include guards. Once configured, the extension will look for the required #ifndef, #define and #undef lines. By default the extension will search for include guards in the files matching...
by Marcus | Jun 6, 2023 | VSCode + IWYU
In the latest update the extension now allows to run IWYU on all project files using command “Include What You Use (all targets)”. This is a slow operation as it goes over all files in the compile-commands.json file one after the other. It only triggers on...
by Marcus | Jun 1, 2023 | VSCode + IWYU
With the latest update the extension now works on header files out of the box. More details on the project page. From the changelog: ## [0.0.4] – Speed up diagnostics by limiting how often iwyu is run and apply heuristics to early skip source scanning. –...
by Marcus | May 30, 2023 | VSCode + IWYU
I have finished version 0.0.3 of the IWYU extension. It now supports squiggles and quickfixes. More details here. The extension can be downloaded from the Visual Studio Marketplace.
by Marcus | May 29, 2023 | VSCode + IWYU
Just finished the first working state of the new Include What You Use extension for VSCode. Check out the details here.