Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Extension Pack for Java is a collection of popular extensions that can help writ
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
- [📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
- Manage Java projects, referenced libraries, resource files, packages, classes, and class members
- [📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
- AI-assisted development
- Completion list ranked by AI

## Label
When labeling an issue, follow the rules below per label category:
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"redhat",
"reduxjs",
"vscjava",
"vscodeintellicode",
"walkthrough",
"walkthroughs"
]
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ By installing Extension Pack for Java, the following extensions are installed:
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
- [📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
- Manage Java projects, referenced libraries, resource files, packages, classes, and class members
- [📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
- AI-assisted development
- Completion list ranked by AI

## Other Recommendations

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@
"vscjava.vscode-java-test",
"vscjava.vscode-maven",
"vscjava.vscode-gradle",
"vscjava.vscode-java-dependency",
"VisualStudioExptTeam.vscodeintellicode"
"vscjava.vscode-java-dependency"
],
"dependencies": {
"@iconify-icons/codicon": "1.2.8",
Expand Down
4 changes: 0 additions & 4 deletions src/beginner-tips/assets/tabs/FaqPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ export default function FaqPanel() {
<p>
It could take longer for the language server to load a project which references lots of dependencies. Those dependencies need to be resolved and downloaded from the internet. So the network connection plays a critical role in the process.
</p>
<h2 className="font-weight-light">Why do I see a little ⭐ in some of the IntelliSense suggestions?</h2>
<p>
This is because <a href="https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode">Visual Studio IntelliCode</a> is working. IntelliCode ranks the suggestions using the model trained from the source code of popular open source projects. The items with the stars are the ones that fit the current context the most.
</p>
<h2 className="font-weight-light">Can I use Lombok?</h2>
<p>
Yes. You'll need to install the <a href="https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok">Lombok</a> extension, which enables VS Code to process Lombok annotations. To learn more about alternatives and details, visit <a href="https://github.com/redhat-developer/vscode-java/wiki/Lombok-support">this page</a>.
Expand Down