Software Development Sucks - But we can fix IT. NodeJs clangd nvim cpp includes with bear make. Ep3
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- In this epic programming session we've found a way to configure a complex github cpp NodeJs project to allow resolve includes in IDE nvim.
I was shocked to discover that in cpp you need to build the project first, collect artefacts, and then use the json database to resolve dependencies in IDE, what a world!
The tools in use was "bear" program that can accept "make test-build" and produce "compile_commands.json" that can be used by clangd to resolve dependencies in nvim. What a time to be alive!
This video really helped me: • setting up C++ LSP (cl...
open source is way i guess