diff options
author | mjaggard <github@jaggard.org.uk> | 2020-12-09 14:45:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 14:45:20 +0000 |
commit | 55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5 (patch) | |
tree | ab199c7faf4d4f6a74b64a6f84213a0be532367a | |
parent | 321727559f1c0ab91cba766cd680c9e329025cc1 (diff) | |
download | lombok-55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5.tar.gz lombok-55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5.tar.bz2 lombok-55c7eb32d3a2c1c65b7ae2c5ddaf9c683cbd5eb5.zip |
Add information about 2020.3 having Lombok support
Built in support is now available in IntelliJ
-rw-r--r-- | website/templates/setup/intellij.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/setup/intellij.html b/website/templates/setup/intellij.html index 9e99adbf..76a3c7b9 100644 --- a/website/templates/setup/intellij.html +++ b/website/templates/setup/intellij.html @@ -3,9 +3,9 @@ <@s.scaffold title="IntelliJ IDEA"> <@s.introduction> <p> - The <a href="https://www.jetbrains.com/idea/">Jetbrains IntelliJ IDEA</a> editor is compatible with lombok. + The <a href="https://www.jetbrains.com/idea/">Jetbrains IntelliJ IDEA</a> editor is compatible with lombok without a plugin as of version 2020.3. </p><p> - Add the <a href="https://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support for IntelliJ: + For versions prior to 2020.3, you can 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 > Settings > Plugins</code> </li><li> |