Skip to content

Commit 08c9ded

Browse files
committed
docs: update
1 parent 68558f7 commit 08c9ded

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)