Files
spring-tools/eclipse-language-servers
Kris De Volder e02c3b1a2e Copy code for LSPTextHover from lsp4e
This is to avoid compilation issues after class
renamed in lsp4e.

If lsp4e undoes the rename as requested in this bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=549859

Then this commit can/should be reverted.
2019-08-07 12:39:51 -07:00
..
2019-03-06 00:05:19 -06:00
2019-03-06 00:05:19 -06:00
2019-07-12 15:32:48 +02:00
2019-05-23 12:02:33 +02:00

Eclipse plugins for the language server

The purpose of these Eclipse plugin projects is to embed and integrate the language server into the Eclipse IDE (by using the LSP4E integration for Eclipse).

development environment setup

In order to develop and run those projects from your Eclipse IDE, you should:

  • go to the directory headless-services and run the maven build via mvn -DskipTests=true clean install. This will build and install the language servers as maven artifacts.
  • go to the directory eclipse-language-servers and run the maven build via mvn -Pe411 clean package. This will built the Eclipse plugins for the language servers and include the previously built language server artifacts in the Eclipse plugin projects.

Once you imported the Eclipse plugin projects into your workspace, you can just run a runtime workbench with those language servers installed without doing anything else.