Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.5
Operating system/version
MacOS 12.7.2
Describe the bug
In java project, when I use lombok annotation @Accessors(chain = true).
It shows Lombok annotation handler class lombok.eclipse.handlers.HandleAccessors failed - See error log, but I can't find the error log.
And In IJ IDEA, the project can works normal.
I don't know if this problem is relevant to nvim-java plugin, If I'm not asking the right question, I will close this issue.
Steps To Reproduce
- Open a java project, add
@Accessors(chain = true) to a model file like User.java;
- It will show the error.
Expected Behavior
I wish this annotation can work normally, like the IJ IDEA.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.5
Operating system/version
MacOS 12.7.2
Describe the bug
In java project, when I use lombok annotation
@Accessors(chain = true).It shows
Lombok annotation handler class lombok.eclipse.handlers.HandleAccessors failed - See error log, but I can't find the error log.And In IJ IDEA, the project can works normal.
I don't know if this problem is relevant to nvim-java plugin, If I'm not asking the right question, I will close this issue.
Steps To Reproduce
@Accessors(chain = true)to a model file like User.java;Expected Behavior
I wish this annotation can work normally, like the IJ IDEA.