manifold-systems / manifold-ij

IntelliJ plugin for Manifold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] 2024.1.2 doesn't work together with Lombok.

EotT123 opened this issue · comments

When using version 2024.1.2 (and 2024.1.3), Lombok isn't working anymore (Lombok imports cannot be resolved). Building with maven does work. I don't see any error messages. Latest version that is working is 2024.1.1.
Also many IntelliJ features are working anymore, including but not limited to:

  • browse type hierarchy
  • browse call hierarchy
  • go to implementation
  • go to declaration
  • inspecting code
  • ...

Using IntelliJ IDEA version 2024.1.1.

What version of IJ are you using? Did you build 2024.1.3?

Found the issue, I assume you are using 2024.1.x, right? Anyhow a fix is on the way for tomorrows IJ plugin release. Thanks for the heads up,

Yes, I built version 2024.1.3 myself to test if it resolved the problem. I've now built the new version (2024.1.4), and I can confirm it fixes the issue. Thanks!