adsr / mle

flexible terminal-based text editor (C)
Apache License 2.0
835 stars 53 forks source link

LSP support #72

Closed R1yuu closed 3 weeks ago

R1yuu commented 2 years ago

I think this editor would benefit massively if the Language Server Protocol was implemented to make it more viable for coding.

adsr commented 2 years ago

Hello, thanks for the feedback. This would be better off implemented as a user script rather than a built-in feature. If you or anyone else pursues this, please keep us posted.

hovsater commented 2 years ago

I'm actually thinking of pursuing this given the amount of time I spend in mle on a daily basis. 🙂 Any pointers, @adsr?

R1yuu commented 2 years ago

I'm actually thinking of pursuing this given the amount of time I spend in mle on a daily basis. slightly_smiling_face Any pointers, @adsr?

You could look at the implementation of the LSP extension for the micro text editor: https://github.com/AndCake/micro-plugin-lsp

adsr commented 2 years ago

That would be epic. I predict you will find shortcomings in the plugin API. Feel free to submit PRs or issues for any of that.

adsr commented 3 weeks ago

Feel free to re-open if there is any progress.