Refactor-Renaming does not work when using Lombok annotation
已回答
Since upgrading to 2020.2 the renaming of a field-variables (shift+F6) is not working when lombok annotations (@Getter, @Setter, @Data) are used. There is no error or any kind of message - just nothing happened. Is it a bug? Anyway to fix it or a workaround? This is very annoying and time consuming.
请先登录再写评论。
The Lombok plugin is not fully compatible with the 2020.2 release yet.
Please follow the issues for updates:
- https://github.com/mplushnikov/lombok-intellij-plugin/issues/840.
- https://github.com/mplushnikov/lombok-intellij-plugin/issues/844.
Thanks for the information. I downgraded back to 2020.1 for now.