CodeQL language support for Zed.
- Syntax highlighting for
.ql
,.qll
,.qlref
, and.dbscheme
files - Language server integration with CodeQL CLI
- Code completion
- Go to definition
- Hover documentation
- Error diagnostics
CodeQL CLI must be installed and available in your PATH.
brew install codeql
Download from GitHub CodeQL releases.
Install from Zed's extension gallery or build from source.
The extension automatically starts the CodeQL language server when you open a CodeQL file.
The extension searches for CodeQL CLI in your system PATH.
Inspired by https://github.com/pwntester/codeql.nvim
MIT Copyright (c) 2025 blacktop