I’m developing a project using espressif32 platform in vscode. I need a tool like include-what-you-use (IWYU) that works with this platform. That is, a tool that scans the source and header files and finds unused / redundant included header files.
I’ve never used IWYU. I understand that it requires that the project will be built using cmake and cmake is not used in espressif32 platform. Is there a way to workaround this?