Description
Provides a Qt 6 implementation of the Language Server Protocol used by editors and development tools. It helps software offer code intelligence features such as completion, diagnostics, symbols, and navigation.
Developers use it as tooling infrastructure. Language servers inspect source code and project paths, so avoid sending private code to untrusted services and review logs before sharing them.