github supabase-community/postgres-language-server 0.6.0

latest releases: 0.21.0, 0.20.1, 0.20.0...
10 months ago

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.

Don't miss a new postgres-language-server release

NewReleases is sending notifications on new releases.