Abh15h3k / LSP-jdtls

Convenience package for the Eclipse JDT language server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSP-jdtls

This is a helper package that manages and downloads the Eclipse JDT language server for you.

To use this package, you must have:

  • The LSP package.
  • A Java SDK.
  • It's recommended to have JAVA_HOME defined in your environment variables. Otherwise, specify java.home in the plugin settings.

Applicable Selectors

This language server operates on views with the source.java base scope.

Configuration

Configure jdtls by running Preferences: LSP-jdtls Settings from the command palette.

Capabilities

jdtls can do a lot of cool things, like

  • code completion
  • signature help
  • hover info
  • code actions
  • formatting
  • find references
  • goto def

About

Convenience package for the Eclipse JDT language server

License:MIT License


Languages

Language:Python 100.0%