The clangd
project is the standard LSP server for C intellisense, but only has limited support for unity builds. I'd like to have an LSP server that supports unity builds out of the box! The goal is to have a C parser that is error resilient such that it is suitable for providing intellisense like go to definition, hover for type information, etc, and be able to communicate that data over LSP.