mplushnikov / lombok-intellij-plugin

Lombok Plugin for IntelliJ IDEA
Apache License 2.0
3.11k stars 635 forks source link

Support for idea 2022.3 #1163

Open Jack253-png opened 1 year ago

Jack253-png commented 1 year ago

Short description

No

Expected behavior

No

Version information

Steps to reproduce

No

Sample project

No

Additional information

No

Stacktrace

No

cs8898 commented 1 year ago

quiet late, but i often just edit the plugin.xml when i need to... in the jar edit /META-INF/plugin.xml

And manipulate following line to match at leas your build version

  <idea-version since-build="191.6183" until-build="221.*"/>

The BuildNo is shown in the About Dialog of IntelliJ (I think i only have that problem with android Studio)

After you manipulated the Jar just install it as Plugin from Disks

Edit: found that SO Post https://stackoverflow.com/questions/70900954/cannot-find-lombok-plugin-in-android-studio-2021-1-1-build-of-2022