In-browser editors #274
hatemhosny
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
I still need to look into this properly, but afaik Monaco can connect to a remote language server and that would make it possible already today. The Wasm build would enable us to run the server within the browser too. However, we cannot connect to a real database due to browser restriction. My goal here is to connect to a Pglite instance eventually. |
Beta Was this translation helpful? Give feedback.
3 replies
-
for whatever it's worth, as soon as a wasm build is published I plan to integrate it into https://postgres.garden |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great work. Thank you very much for such a great project.
Would you consider adding the LSP to Monaco editor and/or CodeMirror?
This allows running it in the browser (e.g. in playgrounds and cloud IDEs).
I believe there is an intention to provide a wasm integration. Would this allow such use?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions