ox icon indicating copy to clipboard operation
ox copied to clipboard

Language Server Protocol (LSP) support ?

Open bestouff opened this issue 5 years ago • 7 comments

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

bestouff avatar Nov 03 '20 09:11 bestouff

I am certainly looking into it.

curlpipe avatar Nov 03 '20 09:11 curlpipe

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

ChayimFriedman2 avatar Nov 03 '20 09:11 ChayimFriedman2

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

catleeball avatar Nov 05 '20 22:11 catleeball

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 avatar Nov 15 '20 21:11 lbenard

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

curlpipe avatar Nov 15 '20 21:11 curlpipe

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

VarLad avatar Aug 27 '21 16:08 VarLad