Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

VSApacheNetBeans, the Apache NetBeans Extension for Visual Studio Code, created as a promotional tool by the Apache NetBeans community for VS Code users. Install VSApacheNetBeans into VS Code, use it, and maybe you'll want to try the complete Apache NetBeans experience, which is Apache NetBeans.

VS Code already has support for Java, provided by an extension created by Red Hat, though what that extension misses are the following features that VSApacheNetBeans provides out of the box:

  1. Support for JDK 8. (The Red Hat extension requires JDK 11 or above.)
  2. Polyglot debugging.
  3. Support for OpenJDK projects.

Getting Started

Get VSApacheNetBeans from the VS Code market place, once it is available there.

Until then, download Download the Apache NetBeans Language Server extension and install it into VSCode via Install from VSIX...

...

Scenario 1: Hello World

1. Make sure to get some Maven project - Get an existing Java project, for example, Micronaut: https://micronaut.io/launch/

...