Changes: - Use "Spring Initilizr" instead of "Spring" to locate the create project command, otherwise there would be lots of other Spring related commands on the list. - remove "in VS Code" and duplicate "Spring Boot" for simplicity, as the section is all about that, which should be safe and won't cause confusion.
VS Code Spring Boot Application Development Extension Pack
(also known as Spring Tools 4 for Visual Studio Code)
Collection of extensions for developing and deploying Spring Boot Application
Spring Boot
The Spring Boot Tools extension provides:
- IDE Java tooling for developing and troubleshooting Spring Boot applications.
- Support for editing Spring Boot Application configuration properties files (
.propertiesand.yml)
Spring Initializr Java
The Spring Initializr Java Support extension provides support for generating quickstart Spring Boot Java projects with Spring Initiailizr API.
Spring Boot Dashboard
The Spring Boot Dashboard extension provides an explorer in the side bar where you can view all of a workspace's spring boot projects conveniently in one place. You can also quickly start, stop or debug a project.