Is there any information how I can use the “Include What You Use (ICWYU)” tool together with VisualGDB CMake Ninja Project?
It would be very nice if I could use the “Include What You Use – Visual Studio Marketplace Visual Study Extension” or a similar tool to optimize the #includes.
Or, if there is another comfortable way to find out which headers are needed – please let me know.
This is really something to check with the ICWYU developers. If they are willing to make it compatible, we can provide a public interface for their extension to query the VisualGDB project structure (it’s actually rather straight-forward on our side – just a list of files and corresponding Clang flags) and help them get it working. If not, it’s really not up to us, sorry.