diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-01-06 01:20:48 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-29 21:01:53 +0200 |
commit | bb85d799b3ba549c8a29afab0b246cb13b10507a (patch) | |
tree | 50481e47684d59f2cbb7fc9611b46ba82346f1bb /website2/templates/setup/intellij.html | |
parent | 6d0264e1970dbf205346d3655f21c39ac889a730 (diff) | |
download | lombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.tar.gz lombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.tar.bz2 lombok-bb85d799b3ba549c8a29afab0b246cb13b10507a.zip |
setup pages added.
Diffstat (limited to 'website2/templates/setup/intellij.html')
-rw-r--r-- | website2/templates/setup/intellij.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/website2/templates/setup/intellij.html b/website2/templates/setup/intellij.html new file mode 100644 index 00000000..0230c59a --- /dev/null +++ b/website2/templates/setup/intellij.html @@ -0,0 +1,22 @@ +<#import "_setup.html" as s> + +<@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. + </p><p> + Add the <a href="https://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support IntelliJ: + <ul><li> + Go to <code>File > Settings > Plugins</code> + </li><li> + Click on <code>Browse repositories...</code> + </li><li> + Search for <code>Lombok Plugin</code> + </li><li> + Click on <code>Install plugin</code> + </li><li> + Restart Android Studio + </li></ul> + </p> + </@s.introduction> +</@s.scaffold> |