Back to Materialize

Language Server Protocol (LSP) Server for Materialize

src/lsp-server/README.md

123526 B
Original Source

Language Server Protocol (LSP) Server for Materialize

This repository contains an LSP implementation for Materialize. It is written in Rust and is currently under development. Contributions are more than welcome.

Features

Supported:

  • Diagnostics: Parsing and detecting errors in SQL code.
  • Completion: Suggestions objects and their columns.

On the roadmap:

  • Completion: Snippets and suggestions (functions, keywords etc.).
  • CodeLens: Detecting statements and providing an inline Run command.