From bb85d799b3ba549c8a29afab0b246cb13b10507a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 6 Jan 2017 01:20:48 +0100 Subject: setup pages added. --- website2/templates/setup/intellij.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 website2/templates/setup/intellij.html (limited to 'website2/templates/setup/intellij.html') 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> +

+ The Jetbrains IntelliJ IDEA editor is compatible with lombok. +

+ Add the Lombok IntelliJ plugin to add lombok support IntelliJ: +

+

+ + -- cgit