Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 12:40
dfd40e7

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.