-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Language Server Protocol (LSP) support ? #43
Comments
I am certainly looking into it. |
It will give you autocomplete (and maybe more) for tens of language for free 😃. |
+1. The company I work at has an LSP server that has some internal-specific syntax and bits. It would be lovely to hook up Ox to the internal LSP get my workplace-specific editor syntax. |
This is basically the only reason why I haven't made the move yet. Ox looks exactly like what I would want, except it doesn't support LSP yet :( |
@lbenard Funnily enough, I am actually with you on that one, if Ox had LSP support I'd use it myself 😆 . |
There's now https://lib.rs/crates/lsp-types by the way |
I second this, intellisense for autocompletion is very useful and would be great for replacement of visual studio code for non-ui systems (or even UI ones..), I started using it on my mac! |
The obvious question:
Do you intend to support the Language Server Protocol ?
The text was updated successfully, but these errors were encountered: