Any word on the edgeql/esdl LSP? #7657
benrbowers
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am really enjoying edgedb so far. Really a stroke of genius to get around ORMs: "But what if the tables WERE types?!" It is working flawlessly with both TypeScript and Go projects. I really like abstract types. They make inheritance way more maintainable than in vanilla postgresql. The local dev experience with both the CLI and UI dashboard is consistent and reliable, and I can easily port the whole project using edgedb dump.
There's just one final dev experience piece missing from the puzzle: autocomplete for esdl and edgeql files. You can get pretty far with edgeql-js, but the .op function is clunky and having multiple large queries in a single file can get the TypeScript server really chugging. And, of course, you can't use edgeql-js in Go or other languages.
Any word on the EdgeDB LSP?
Beta Was this translation helpful? Give feedback.
All reactions