New Postgres Language Server: postgres-lsp (opens in new tab)
Built on for PostgreSQL SQL and PL/pgSQL. Point your editor at it for .sql files and get diagnostics, navigation, completion, and formatting backed by real PostgreSQL grammar rather than regex heuristics. Features Diagnostics — Parse errors from tree-sitter reported as LSP diagnostics Semantic Tokens — Syntax highlighting via semantic token classification Document Symbols — Outline of DDL statements (tables, functions, views, etc.) Workspace Symbols — Search across all open files Go to Defini...
Read the original article