nervenes / zed-sql

SQL language support for Zed
MIT License
12 stars 3 forks source link

Feature Request: Language Server #2

Open jansol opened 4 months ago

jansol commented 4 months ago

I'd love to see language server support getting added to this! As far as I can tell the most promising LS so far is sqls and it seems to also support several DBMS.

I'm also partial to postgres_lsp but that still seems to be in a very early stage of development and is limited to Postgres which is probably not ideal for this extension.

(There is also a node-based SQL LS which I assume is what vscode uses, but that involves pulling down yet another version of the node runtime, which I'm not a huge fan of)

nervenes commented 4 months ago

Hi, thanks for reaching out! I'll take a look and see if I can get the lsp integration implemented this or next week, i've created a PR that you can follow and/or contribute to if you'd wish. 👌