Picture representation of resolving this issue. After upgrade to IntelliJ Ultimate 2019.2.1 Lombok annotation , I upgraded the lombok plugin along with IntelliJ, and now all the lombok settings to co-worker (who's running older IntelliJ, lombok still working) and when we run the code we are getting "Lombok annotations do not find". The Jetbrains IntelliJ IDEA editor is compatible with lombok without a plugin as of version 2020.3.. For versions prior to 2020.3, you can add the Lombok IntelliJ plugin to add lombok support for IntelliJ: . If you don't want to use the plugin, gradle has the built-in compileOnly scope, which can be used to tell gradle to add lombok only during compilation. This may or may not work. Since upgrading to 2020.2 the renaming of a field-variables (shift+F6) is not working when lombok annotations (@Getter, @Setter, @Data)... Home IDEs Support (IntelliJ Platform) | JetBrains The following code coverage runners are available in IntelliJ IDEA: IntelliJ IDEA code coverage runner (recommended) EMMA. I'm doing a simple Spring Boot project created with Spring Initializer and autocompletion is not working for application.properties file. In deed there's no built-in support for AspectJ in Gradle and the existing plugins (e.g., Gradle AspectJ plugin) do not work with Lombok. @Date, the IntelliJ sees the changes and the autocompletion, hell, even the compilation works. Lombok not working with Intellij. If I annotate the class with eg. screenshot below: (Intellij does save all the changes before restart, just to be on the safe side.)) From Java. First enable annotation processors and try. This is done by using Gradle plugins DSL: plugins { id 'org.springframework.boot' version '2.1.7.RELEASE' id 'java' id 'io.freefair.lombok' version '3.8.4' } If we are working with an older Gradle version, which uses legacy plugin application, we can use code below: In addition to having Lombok plugin installed, also make sure that the "Enable annotation processing" checkbox is ticked under:. Proceeded to disable all of them except lombok and aws and still suggestions weren't showing. From . Lombok Annotations are not working with inheritance. I can run the JUnit4 unit tests without problem in Gradle, but IntelliJ seems to have a problem seeing the Lombok generated Getters. This is preventing me from running the tests in IDEA. MapStruct and Lombok not working together. From Java. Lombok aspectj gradle. Project Lombok AllArgsConstructor not working. Gradle without a plugin. I also installed the Lombok Plugin from within the IDE itself. Post that, you can install the lombok plugin from intellij, (After installation Intellij will restart to enable the plugin, so make sure you save your work. Lombok and Spock: @RequiredArgsConstructor doesn't hide default no-args constructor for a field with a type of interface. From Java. The best solution I found is this. AspectJ + Gradle + Lombok does not work, Actually this question is quite old, but since a came across the same issue I want to share my solution anyway. I have a Gradle-based project that uses lombok. Dagger2 + gradle + intellij: generated classes are not found and treated as a compile error/won't autocomplete 59 Lombok plugin incompatible with 2018.1 Intellij Idea Note that EMMA is not supported by the author any more, and works with Java 7 only when frame validation is turned off (pass -noverify to the process). EMMA is an open-source toolkit. Preferences > Compiler > Annotation Processors Note: starting with IntelliJ 2017, the "Enable Annotation Processing" checkbox has moved to: Settings > Build, Execution, Deployment > Compiler > Annotation Processors I have imported this project into IntelliJ IDEA 14.1 (using the Import External Model import method). I've read this post that says it comes enabled by default, so I thought it was a problem with plugins I installed. A preferable way to setup Lombok in Gradle is by using a gradle-lombok plugin.