An open API service indexing awesome lists of open source software.

https://github.com/badsyntax/jdtls.ext.gradle

eclipse.jdt.ls extension using gradle
https://github.com/badsyntax/jdtls.ext.gradle

Last synced: 6 months ago
JSON representation

eclipse.jdt.ls extension using gradle

Awesome Lists containing this project

README

          

# eclipse.jdt.ls extension (Gradle)

**UNTESTED AND PROBABLY DOESN'T WORK YET**

This project demonstrates how to build an eclipse.jdt.ls (Eclipse Java Development Kit Language Server) extension using Gradle instead of Maven.

This project extends the JDT.LS by providing an extension point for `org.eclipse.jdt.ls.core.delegateCommandHandler`. See `SampleDelegateCommandHandler`.