You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension Pack for Java is a collection of popular extensions that can help write, test and debug Java applications in Visual Studio Code. By installing Extension Pack for Java, the following extensions are installed:
3
+
4
+
-[📦 Language Support for Java™ by Red Hat ](https://marketplace.visualstudio.com/items?itemName=redhat.java)
5
+
- Code Navigation
6
+
- Auto Completion
7
+
- Refactoring
8
+
- Code Snippets
9
+
-[📦 Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)
10
+
- Debugging
11
+
-[📦 Test Runner for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test)
12
+
- Run & Debug JUnit/TestNG Test Cases
13
+
-[📦 Maven for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven)
14
+
- Project Scaffolding
15
+
- Custom Goals
16
+
-[📦 Gradle for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle)
17
+
- View Gradle tasks and project dependencies
18
+
- Gradle file authoring
19
+
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
20
+
-[📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
21
+
- Manage Java projects, referenced libraries, resource files, packages, classes, and class members
22
+
-[📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
23
+
- AI-assisted development
24
+
- Completion list ranked by AI
25
+
26
+
## Label
27
+
When labeling an issue, follow the rules below per label category:
28
+
### General Rules
29
+
- Analyze if the issue is related with the scope of using extensions for Java development. If not, STOP labelling IMMEDIATELY.
30
+
- Assign label per category.
31
+
- If a category is not applicable or you're unsure, you may skip it.
32
+
- Do not assign multiple labels within the same category, unless explicitly allowed as an exception.
33
+
34
+
### Issue Type Labels
35
+
-[bug]: Primary label for real bug issues
36
+
-[enhancement]: Primary label for enhancement issues
37
+
-[documentation]: Primary label for documentation issues
0 commit comments