2.3.3 Visual Studio Code

Micronaut can be set up within Visual Studio Code. First install the Java Extension Pack.

You can also optionally install STS to enable code completion for application.yml.

If you use Gradle, prior to opening the project in VSC run the following command from a terminal window:

  1. ./gradlew eclipse

Once the extension pack is installed and if you have setup terminal integration just type code . in any project directory and the project will be automatically setup.