mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 18:14:34 +00:00
2b57e552fe
Per (https://devblogs.microsoft.com/java/java-on-visual-studio-code-update-july-2022/), the latest Extension for Pack has provided built-in support for Lombok. In addition, the community-developed Lombok extension has entered a maintenance mode, the original author has moved on from the project. Microsoft is going to maintain the project from now on (The extension has been transferred to Microsoft)
19 lines
666 B
HTML
19 lines
666 B
HTML
<#import "_setup.html" as s>
|
|
|
|
<@s.scaffold title="Microsoft Visual Studio Code">
|
|
<@s.introduction>
|
|
<p>
|
|
The <a href="https://code.visualstudio.com/">Microsoft Visual Studio Code</a> editor is compatible with lombok.
|
|
</p><p>
|
|
The <a href="https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack">Extension Pack for Java</a> provides built-in support for Lombok.
|
|
<ul><li>
|
|
press <code>Ctrl + Shift + X</code> to open the extension manager.
|
|
</li><li>
|
|
Type <code>java</code> to find the plugin, and click <code>install</code>.
|
|
</li><li>
|
|
Reload VS Code when asked.
|
|
</li></ul>
|
|
</p>
|
|
</@s.introduction>
|
|
</@s.scaffold>
|