language-server-protocol

Python communicating with clangd in a non-blocking way

Python communicating with clangd in a non-blocking way Question: I’m implementing a plugin for one of my hobby projects and basically I want to use an LSP for highlightning code put on a website. In my case, I want to use clangd to gather information about pre-written C and C++ code. The problem I’m facing …

Total answers: 1