- Notifications
You must be signed in to change notification settings - Fork102
0.6.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
· 71 commits to main since this release
dfd40e7
This commit was created on GitHub.com and signed with GitHub’sverified signature.
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.
Assets9
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted