0.6.3 • Published 4 years ago

@devpodio/java v0.6.3

Weekly downloads
-
License
EPL-2.0 OR GPL-2....
Repository
github
Last release
4 years ago

Theia - Java Extension

See here for a detailed documentation.

jdt.ls versions

Update 'jdt.ls.download.path in 'package.json' to update the jdt.ls used by the extension remove the key to fall-back to latest jdt.ls build.

Contribute a Java Extension

JavaExtensionContribution is a contribution point for all java extensions to provide paths of bundle jar files.

Implement JavaExtensionContribution

  1. Put your bundle together with your extension (./bundles subfolder for example);
  2. Create new class which implements JavaExtensionContribution, This class should return paths to the java bundles and the paths should be absolute.
  3. Don't forget to bind yor class bind(JavaExtensionContribution).to(MyExtension).inSingletonScope(); Then Java Language Server will install this bundle for later usage.

License

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0-latest.4

5 years ago

0.4.0-latest.3

5 years ago

0.4.0-latest.2

5 years ago

0.4.0-latest.1

5 years ago

0.3.20

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago