Skip to content

Commit dc75c63

Browse files
authored
docs: remove intelljcode (#1538)
* docs: remove intellj * docs: update * docs: update
1 parent b9901a7 commit dc75c63

File tree

5 files changed

+1
-13
lines changed

5 files changed

+1
-13
lines changed

.github/llms.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Extension Pack for Java is a collection of popular extensions that can help writ
1919
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
2020
- [📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
2121
- 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
2522

2623
## Label
2724
When labeling an issue, follow the rules below per label category:

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"redhat",
1717
"reduxjs",
1818
"vscjava",
19-
"vscodeintellicode",
2019
"walkthrough",
2120
"walkthroughs"
2221
]

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ By installing Extension Pack for Java, the following extensions are installed:
2424
- Import Gradle projects via [Gradle Build Server](https://github.com/microsoft/build-server-for-gradle)
2525
- [📦 Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
2626
- Manage Java projects, referenced libraries, resource files, packages, classes, and class members
27-
- [📦 Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
28-
- AI-assisted development
29-
- Completion list ranked by AI
3027

3128
## Other Recommendations
3229

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@
376376
"vscjava.vscode-java-test",
377377
"vscjava.vscode-maven",
378378
"vscjava.vscode-gradle",
379-
"vscjava.vscode-java-dependency",
380-
"VisualStudioExptTeam.vscodeintellicode"
379+
"vscjava.vscode-java-dependency"
381380
],
382381
"dependencies": {
383382
"@iconify-icons/codicon": "1.2.8",

src/beginner-tips/assets/tabs/FaqPanel.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ export default function FaqPanel() {
7676
<p>
7777
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.
7878
</p>
79-
<h2 className="font-weight-light">Why do I see a little ⭐ in some of the IntelliSense suggestions?</h2>
80-
<p>
81-
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.
82-
</p>
8379
<h2 className="font-weight-light">Can I use Lombok?</h2>
8480
<p>
8581
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>.

0 commit comments

Comments
 (0)