aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html
index dea43799..15fcec7a 100644
--- a/website/download.html
+++ b/website/download.html
@@ -57,7 +57,7 @@
<td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project. <span style="font-size: 0.8em;"><em>Supported variants: Springsource Tool Suite, JBoss Developer Studio</em></span></td></tr>
<tr><td class="platform">IDEA&nbsp;IntelliJ</td>
- <td class="instruction">lombok doesn't (yet) work under IntelliJ. We're working on it though!</td></tr>
+ <td class="instruction"><a href="https://code.google.com/p/lombok-intellij-plugin/">A plugin developed by Michael Plushnikov</a> adds support for most features.</td></tr>
<tr><td class="platform">Javadoc</td>
<td class="instruction">First delombok your code then run javadoc on the result. <a href="features/delombok.html">More&hellip;</a></td></tr>