erlang / erlide_kernel

Erlang IDE engine supporting source code indexing and manipulation. Currently only an Eclipse client is implemented.
http://erlide.org
16 stars 10 forks source link

Use Language Server Protocol for interface #4

Open vladdu opened 8 years ago

vladdu commented 8 years ago

https://github.com/Microsoft/language-server-protocol

It looks like more and more tools start to use this, no need to reinvent the wheel.

joelreymont commented 7 years ago

@vladdu Assuming I were to implement the above, would you hook it up to Eclipse?

vladdu commented 7 years ago

Hi! I already have started to implement this in a private branch (vladdu/erlide_kernel, branch "db", still quite volatile content), maybe we can push together to get it ready? Yes, I will make it work with Eclipse, of course.