This project extends the JDT.LS by providing an extension point for org.eclipse.jdt.ls.core.delegateCommandHandler. See SampleDelegateCommandHandler.
This project is built using Eclipse Tycho and requires at least maven 3.0 to be built via CLI. Simply run :
mvn install
The first run will take quite a while since maven will download all the required dependencies in order to build everything.
In order to use the generated eclipse plugins in Eclipse, you will need [m2e] (https://www.eclipse.org/m2e) and the m2eclipse-tycho plugin. Update sites to install these plugins :
- m2e stable update site : http://download.eclipse.org/technology/m2e/releases/
- m2eclipse-tycho dev update site : http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.8.1/N/LATEST/
Refer to our Code of Conduct page for detailed information