exograph
exograph copied to clipboard
Implement LSP
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