Java Extension Pack is a collection of popular extensions that can help write, test and debug Java applications in Visual Studio Code. Check out Java in VS Code to get started.
By installing Java Extension Pack, the following extensions are installed:
- 📦 Language Support for Java™ by Red Hat
- Code Navigation
- Auto Completion
- Refactoring
- Code Snippets
- 📦 Debugger for Java
- Debugging
- 📦 Java Test Runner
- Run & Debug JUnit/TestNG Test Cases
- 📦 Maven for Java
- Project Scaffolding
- Custom Goals
- 📦 Java Dependency Viewer
- View Java projects, referenced libraries, resource files, packages, classes, and class members
- 📦 Visual Studio IntelliCode
- AI-assisted development
- Completion list ranked by AI
You can do more with VS Code. Here are some more recommendations that could help.
Spring Tools 4 (ST4) is also available in Visual Studio Code. It understands Spring so you can navigate Spring code at the level of beans, routes, etc. It can also show live information of the running Spring Boot applications. Check out the ST4 website to see a complete list of its features.
To use ST4, install 📦 Spring Boot Extension Pack. Please also check out the User Guide to make the most of it.
📦 Quarkus Tools for Visual Studio Code is a feature-packed extension tailored for Quarkus application development within Visual Studio Code. You can quickly get started by using the extension's project generation and project debugging feature. The extension also provides amazing language features (completion, hover, validation etc.) for your project's application.properties file.
You can use 📦 Docker extension to build docker images and work with image registries.
📦 Kubernetes extension provides an explorer view to manage clusters and the nodes inside. It also provides advanced syntax support for editing Kubernetes manifest files.
Both 📦 Tomcat and 📦 Jetty extension are available. They provide dedicated views to help work with your favorite web servers.
Each extension mentioned above is a separate open-source project and has its own repository. To make things easier, simply 🙋 open an issue in this repository. The new issue will be triaged and redirected.
This extension collects telemetry data to help us build a better experience for building Java applications with VS Code. We only collect data on which commands are executed. We do not collect any information about names, addresses, paths, etc. The extension respects the telemetry.enableTelemetry
setting which you can learn more about in our FAQ.
Happy Coding!