curlpipe / ox

The simple but flexible text editor
GNU General Public License v2.0
3.36k stars 110 forks source link

Language Server Protocol (LSP) support ? #43

Open bestouff opened 4 years ago

bestouff commented 4 years ago

The obvious question:
Do you intend to support the Language Server Protocol ?

curlpipe commented 4 years ago

I am certainly looking into it.

ChayimFriedman2 commented 4 years ago

It will give you autocomplete (and maybe more) for tens of language for free 😃.

catleeball commented 4 years ago

+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.

lbenard commented 4 years ago

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 :(

curlpipe commented 4 years ago

@lbenard Funnily enough, I am actually with you on that one, if Ox had LSP support I'd use it myself 😆 .

VarLad commented 3 years ago

There's now https://lib.rs/crates/lsp-types by the way Should make the integration easier

ngenen commented 1 week ago

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!