qtlanguageserver
« Back to VersTracker
Description:
Implementation of the Language Server Protocol and JSON-RPC
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  @qtproject  |  formulae.brew.sh
Category: Developer tools
Tags: qt lsp json-rpc developer-tools protocol
Install: brew install qtlanguageserver
About:
Qt Language Server provides a robust implementation of the JSON-RPC 2.0 specification and the Language Server Protocol. It enables IDEs and editors to communicate with backend services for features like code completion and diagnostics. This library serves as a foundational component for building language-aware tools within the Qt ecosystem.
Key Features:
  • JSON-RPC 2.0 protocol implementation
  • Language Server Protocol support
  • Asynchronous request handling
  • Integration with Qt event loop
Use Cases:
  • Developing custom language servers for Qt Creator
  • Adding IDE intelligence features to text editors
  • Building backend communication layers for code analysis tools
Alternatives:
  • vscode-languageserver-node – Reference implementation for Node.js/TypeScript environments.
  • liblsp – C++ library for LSP, often used outside the Qt framework.
Version History
Detected Version Rev Change Commit
Oct 9, 2025 7:09pm 0 VERSION_BUMP 45b46100