exograph icon indicating copy to clipboard operation
exograph copied to clipboard

Implement LSP

Open ramnivas opened this issue 3 years ago • 0 comments

Since our language is growing, we should implement a Language Server Protocol so that we can offer code completion, jump to definition, error reporting, linting etc.

We may also offer connecting it to a live database to make:

  • helpful suggestion (auto complete field name/type based on database column info)
  • live migration (update development database to match the current model)
  • sample query execution

ramnivas avatar Jun 03 '21 17:06 ramnivas