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.19.0
🚀 Features
🐛 Bug Fixes
- Many completion issues from snapshots (#607)
- (completions) Replace error node handling with better grammar (#616)
- Clippy issues (#622)
- (docs) Links (#635)
🚜 Refactor
- (analyser) Separate concerns (#617)
- (configuration) Cleanup codegen and make RuleSelector generic (#623)
📚 Documentation
- Fix comma and extra space in JSON in configuration.md (#627)
⚙️ Miscellaneous Tasks
Contributors
- @Raptors65 made their first contribution in #627 🎉
- @psteinroe
- @juleswritescode