tree: 0fc68b2cefef8998e61c4ccbf98cc2bcd2bd7e5f [path history] [tgz]
  1. env/
  2. vscode-java-code-completion-extension-plugin-core/
  3. index.d.ts
  4. index.js
  5. install.js
  6. LICENSE
  7. package.json
  8. pom.xml
  9. README.md
packages/vscode-java-code-completion-extension-plugin/README.md

VS Code Java Code Completion Extension Plugin

Installation

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

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.

Usage

Once compiled you need to copy the generated JAR in a folder inside the extension, and you need to configure that location path in contributes section in package.json

"contributes": {
    "javaExtensions": [
      "./dist/server/vscode-java-code-completion-extension-plugin-core.jar"
    ],
    ...
}

and you also need redhat.java as extension dependency:

 "extensionDependencies": [
    "redhat.java"
  ]

Once done that, the Language Server will automatically recognize the new plugin.


Apache KIE (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Some of the incubating project’s releases may not be fully compliant with ASF policy. For example, releases may have incomplete or un-reviewed licensing conditions. What follows is a list of known issues the project is currently aware of (note that this list, by definition, is likely to be incomplete):

  • Hibernate, an LGPL project, is being used. Hibernate is in the process of relicensing to ASL v2

  • Some files, particularly test files, and those not supporting comments, may be missing the ASF Licensing Header

  • Hibernate, an LGPL project, is being used. Hibernate is in the process of relicensing to ASL v2

  • Some files, particularly test files, and those not supporting comments, may be missing the ASF Licensing Header

If you are planning to incorporate this work into your product/project, please be aware that you will need to conduct a thorough licensing review to determine the overall implications of including this work. For the current status of this project through the Apache Incubator visit: https://incubator.apache.org/projects/kie.html