Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
0.6.0
π Features
-
(completions) Filter out irrelevant completion items: For example, it does not make sense to suggest columns in a FROM clause.
-
(completions) Insert schema name when selecting non-public tables: If you accept a suggestion from another schema then
public
, the schema name will be added into the editor.
π Bug Fixes
- (completions):
,
does not trigger suggestions anymore (' '
still does) - (completions): Fixed a bug where
'.'
led to invalid completions. - (completions): Completion items are now correctly sorted in the editor.