conferences | speakers | series

Adding Support for a New Language in the Eclipse IDE

home

Adding Support for a New Language in the Eclipse IDE
FOSDEM 2019

We will show how to utilize the LSP adapter in the Eclipse IDE to extend it with a new language.

The language server protocol is a new technology to simplify the implementation of support for a new language in a client (editor or IDE). It is backed and developed by Microsoft and implemented in many different clients. Eclipse also supports the LSP and in this demo/talk we will demonstrate how to use it by implementing support for the dart language (which is used by the flutter project).

Speakers: Jonas Hungershausen