Hasty Briefsbeta

Bilingual

New Postgres Language Server: postgres-lsp

6 hours ago
  • #Language Server
  • #PostgreSQL
  • #SQL Development
  • postgres-lsp is a new language server for PostgreSQL SQL and PL/pgSQL that implements the Language Server Protocol.
  • It uses tree-sitter-postgres to provide accurate diagnostics, navigation, completion, formatting, and other features based on real PostgreSQL grammar instead of regex.
  • Key features include diagnostics, semantic tokens for highlighting, document and workspace symbols, go-to-definition, find references, hover info, context-aware completion, signature help, folding, rename, code actions, formatting with multiple styles, and PL/pgSQL support.
  • The project is open source, with binaries and installation instructions available on GitHub at https://github.com/gmr/postgres-lsp.