-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with CodeMirror #11
Comments
Closed for the same reason as #12. |
After re-investigating it I think it is not as difficult as imagined, we don't need to use codemirror-languageserver because we can directly access our own language service. |
There's also this LSP integration for CodeMirror. It also supports LSP over Websockets but also support's running from a Web Worker. Another thing is that it has a LSP message support matrix (although I'm not sure how up-to-date it is). Update: It looks like it only supports CodeMirror 5. |
@coder0107git If you have a project that requires integrating Volar with CodeMirror6 please share it with me and we can assist with the integration while implementing the |
👋 I have an OSS-codemirror6-using project that I'd like to add Volar to 🎉 -- https://limber.glimdown.com / https://tutorial.glimdown.com |
We have now completed the Monaco integration and when I checked
@vue/repl
I noticed it also uses another web code editor called CodeMirror, I was just considering whether it also needs LSP support.The closest solution at the moment is codemirror-languageserver maintained by @hjr265.
But perhaps a compatibility package between Monaco worker and CodeMirror editor would be a better approach?
For now, I will keep this issue open but I may not do the work because I am not even sure if CodeMirror is still being used or maintained by the community.
The text was updated successfully, but these errors were encountered: