Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 906 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 906 Bytes

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 :