Using LSP in ESP IDF projects
Language servers are very helpful for writing code. They allow fast completion and immediately show potential issues. They tend, however, to be quite tricky to set up. Especially so, when developing inside container or using custom compiler or cross-compiling. And ESP IDF projects use all three of those. The good news is, it is doable though.