From 8b7a7cbc813653a3248d6cf3a7779e220957bc85 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 8 May 2017 21:28:02 +0200 Subject: The great rename: the old ‘website’ is now ‘website-old’, and ‘website2’ is now ‘website’. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/templates/setup/intellij.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 website/templates/setup/intellij.html (limited to 'website/templates/setup/intellij.html') diff --git a/website/templates/setup/intellij.html b/website/templates/setup/intellij.html new file mode 100644 index 00000000..0230c59a --- /dev/null +++ b/website/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