Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ lombok plugin isn't compatible

Lombok plugin in IntelliJ IDEA 2020.1 (Ultimate Edition) isn't compatible with this IDE instance. I don't know if it is a problem just in my machine or is it in everybody's machine:

enter image description here

Is it fixable? Or is it a temporary issue?

like image 278
Hamza Belmellouki Avatar asked Apr 11 '20 03:04

Hamza Belmellouki


People also ask

Does IntelliJ come with Lombok?

As of IntelliJ version 2020.3, we don't need to configure the IDE to use Lombok anymore. The IDE comes bundled with the plugin. Also, the annotation processing will be enabled automatically.

How do I enable Plugins in IntelliJ?

Press Ctrl+Alt+S to open the IDE settings and select Plugins. Find the plugin in the Marketplace and click Install.


Video Answer


1 Answers

2020 Edit: Try uninstalling and reinstalling the Lombok plugin.


It's a temporary issue. The github issue below says others have had luck uninstalling / reinstalling the plugin.

https://github.com/mplushnikov/lombok-intellij-plugin/issues/775

If that does not work then there is a plugin you can install manually as a workaround.

Edit: Here are some screenshots on uninstalling/reinstalling.

Go to settings -> plugins, search for lombok under intalled. Click on the dropdown menu to show 'Uninstall'. enter image description here

Click 'apply', go to the marketplace tab and click install. Then restart your IDE.

enter image description here

like image 76
TJReinert Avatar answered Sep 18 '22 13:09

TJReinert