Versions Compared

Key

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

...

Don't forget to select Maven and Java. Generate the project, download it, extract it into local disk.



Code Block
languagebash
$ mkdir microdemo
$ cd microdemo/
microdemo$ unzip ~/Downloads/microdemo.zip 
microdemo$ JAVA_HOME=/jdk-14 mvn install



Open the microdemo  folder in VSCode

...

wait for message "Indexing completed" and then you can enjoy editing, code completion and other NetBeans goodies

Plus your VSCode now support all the latest and greatest JDK14 coding structure:

Code Block
languagejava
var running = application.isRunning();
Assertions.assertTrue(running);

Can your VSCode do that? If not, install the Apache NetBeans VSCode extension!