For the code completion I want to use clangd. I think it is a "server" that provides code completion. Clangd doesn't find links to the libraries in my avr-gcc code.
There are some descriptions:
https://clangd.llvm.org/troubleshooting#cant-find-includes-within-your-project
But I dont understand what would be appropriate in my case...
Has it something to do with compile_commands.json? config.yaml, .clangd?
Thank you