I'd love to use VS Code more since it's far more lightweight compared to full blown Visual Studio but keep running into incomplete include path problems. Apparently CMake can generate compile_commands.json which Visual Studio Code can use to populate include path information for C/C++ projects (see the How to specify the include paths? section of the Configuring includePath for better IntelliSense results readme). I did a recursive search of my Aleth build directory and didn't see this file being generated, it would be nice to update our CMake config at some point to generate it.
I'd love to use VS Code more since it's far more lightweight compared to full blown Visual Studio but keep running into incomplete include path problems. Apparently CMake can generate
compile_commands.json
which Visual Studio Code can use to populate include path information for C/C++ projects (see the How to specify the include paths? section of the Configuring includePath for better IntelliSense results readme). I did a recursive search of my Aleth build directory and didn't see this file being generated, it would be nice to update our CMake config at some point to generate it.