Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Looking for cookbook for adding new LSPs

Hello,

I would recommend you follow this tutorial: https://www.eclipsecon.org/europe2017/session/language-edition-support-eclipse-ide-best-breed-generic-editor-language-servers-and-textmate . Slides are linked on the page.
Another, complementary more than alternative, possibility is to start from the code of some existing Language Server-based Eclipse plugin (such as Eclipse aCute or ShellWax for the simplest ones), and adapt it to your own language server and grammars.

HTH

Back to the top