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

This is a tutorial for adding a language server to Eclipse
https://www.vogella.com/tutorials/EclipseLanguageServer/article.html

https://bugs.eclipse.org/bugs/show_bug.cgi?id=550103 discuss a way to
make it simpler.



On Mon, Aug 19, 2019 at 1:41 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
>
> 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
> _______________________________________________
> lsp4e-dev mailing list
> lsp4e-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/lsp4e-dev



--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top