Configuring Visual Studio Code
Micronaut can be setup within Visual Studio Code. You will need to first install the The Java Extension Pack.
You can also optionally install STS to enable code completion for application.yml . |
If you are using Gradle prior to opening the project in VSC you should run the following command from a terminal window:
./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.