This extension pack for Visual Studio Code adds useful extensions needed for effectively developing Spring Boot projects on Visual Studio code.
The main purpose of this extension is to get a new Java / Spring Boot vscode environment up and running as quickly as possible.
Some of these extensions do require that you already have a JDK already setup in your system to properly function.
Extension | Publisher | Purpose |
---|---|---|
Java Extension Pack |
Microsoft | Core Java extensions for VS |
Spring Boot Extension Pack |
Pivotal | A collection of extensions for developing Spring Boot |
Java Code Generators |
Sohibe | Java generators for getter/setter, toString, etc |
Spring Boot Snippets |
Developer Soapbox | Useful snippets for Spring Boot projects |
- Install Visual Studio Code 1.44.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(OSX) - Select
Install Extension
- Choose the extension
- Reload Visual Studio Code