Skip to content

Commit

Permalink
[website] Added instruction page about VS Code support in lombok. Upd…
Browse files Browse the repository at this point in the history
…ated upcoming talks section.
  • Loading branch information
rzwitserloot committed Mar 19, 2018
1 parent 3cfd7a8 commit 7c55c7f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
3 changes: 2 additions & 1 deletion website/templates/_scaffold.html
Expand Up @@ -22,7 +22,8 @@ <h4><a href="${href}"><code>${title}</code></a></h4>
"Netbeans": "netbeans",
"MyEclipse": "eclipse",
"Spring Tool Suite": "eclipse",
"JBoss Developer Studio": "eclipse"
"JBoss Developer Studio": "eclipse",
"Visual Studio Code": "vscode"
},
"Platforms": {
"Android": "android",
Expand Down
5 changes: 2 additions & 3 deletions website/templates/main.html
Expand Up @@ -32,9 +32,8 @@
<div class="row text-center">
<@main.h2 title="Upcoming presentations" />
<p>
Roel and Reinier will be talking about (near) future java features:<br /> <a href="https://programm.javaland.eu/2018/#/scheduledEvent/549331">JavaLand March 14th 2018, 12:00</a>, room: Schauspielhaus.
</p><p>
<em>See you there! (We'll have stickers!)</em>
We're talking to NL-JUG to give a presentation soon in the The Hague (The Netherlands) area.<br />
Want us to present at your JUG or conference? Feel free to contact us, via email (<code>info@</code>) or twitter: <a href="https://twitter.com/project_lombok">@project_lombok</a>.
</p>
</div>
<div class="row text-center supporterBar">
Expand Down
2 changes: 1 addition & 1 deletion website/templates/setup/intellij.html
Expand Up @@ -5,7 +5,7 @@
<p>
The <a href="https://www.jetbrains.com/idea/">Jetbrains IntelliJ IDEA</a> editor is compatible with lombok.
</p><p>
Add the <a href="https://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support IntelliJ:
Add the <a href="https://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support for IntelliJ:
<ul><li>
Go to <code>File &gt; Settings &gt; Plugins</code>
</li><li>
Expand Down
18 changes: 18 additions & 0 deletions website/templates/setup/vscode.html
@@ -0,0 +1,18 @@
<#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>
Add the <a href="https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok">vscode-lombok</a> plugin to your Visual Studio Code IDE to add lombok support.
<ul><li>
press <code>Ctrl + Shift + X</code> to open the extension manager.
</li><li>
Type <code>lombok</code> to find the plugin, and click <code>install<code>.
</li><li>
Reload VS Code when asked.
</li></ul>
</p>
</@s.introduction>
</@s.scaffold>

0 comments on commit 7c55c7f

Please sign in to comment.