From the [LSP specification](https://microsoft.github.io/language-server-protocol/specification). > The signature help request is sent from the client to the server to request signature information at a given cursor position. I am interested because [clangd](https://clang.llvm.org/extra/clangd.html) supports it, but it doesn't (yet) support `textDocument/hover`