Skip to content

pcmind/vscode-java

 
 

Repository files navigation

Build Status

Language support for Java ™ for Visual Studio Code

Provides Java ™ language support via java-language-server, which utilizes Eclipse ™ JDT.

Quick Start

  1. Install the Extension
  2. If you do not have a Java 8 Runtime on current system path or JAVA_HOME is not correctly set to point to one
    • Download and install a Java 8 compatible runtime.
  3. Extension is activated when you first access a Java file.
    • Initial activation can be longer since it requires extension to download additional parts.
    • Recognizes only projects with maven build files on the directory hierarchy.

Features

 screencast

  • Maven pom.xml project support
  • As you type reporting of parsing and compilation errors
  • Code completion
  • Javadoc hovers
  • Code outline
  • Code navigation
  • Code lens (references)
  • Highlights
  • Code formatting

Contributing

This is an open source project open to anyone. Contributions are extremely welcome

For information on getting started refer to java-language-server.

Feedback

License

EPL 1.0, See LICENSE for more information.

About

Java Language Support for Visual Studio Code

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%