Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the LSP implementation for the language you wish to add support for. See a list of Language Server implementations and another list of Language Server Implementations.For example, to add support for Kotlin programming language, download and build kotlin-language-server.
  2. Add the following module dependencies dependencies to "LSP Client" and "MIME Lookup API" modules to your module, as described in the previous chapter: "LSP Client" and "MIME Lookup API".
  3. Create a new class that implements LanguageServerProvider.

...