postgres-language-server
postgres-language-server copied to clipboard
How does this work with zed editor?
Improve documentation
Installing the extension on zed and running init does not give me any of the features e.g syntax highlight or autocomplete
~~Hey @somtooo, the autocomplete will only work if the language server has a connection to your database, and for that, you need a postgrestools.jsonc – do you already have one? If not, here's a link: https://pgtools.dev/latest/#configuration~~
~~The extension doesn't provide syntax highlighting, so you'll need to install something else for that 🤒~~
Sorry, I just read that you already ran init.
I'll check it myself with zed, we haven't really tried that editor 👍🏻