trag468@lemmy.worldtoRetroGaming@lemmy.world•Retired engineer discovers 55-year-old bug in Lunar Lander computer game codeEnglish
28·
5 months agoThis is the kind of useless bullshit I plan to do when I retire! I’m looking forward to it.
This is the kind of useless bullshit I plan to do when I retire! I’m looking forward to it.
For C++ I found the clangd plugin to be the secret. Just install that and get your build to output a compile_commands.json in your build folder. That is easy to do with cmake but most other setups can do it too. The plugin will find that after a clean build. Then it will magically index your whole project.