mplushnikov / lombok-intellij-plugin

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

Support Spring Beans #586

Open varpa89 opened 5 years ago

varpa89 commented 5 years ago

When use spring with lombok there is no such features support like

https://www.jetbrains.com/help/idea/spring-support.html

Is it possible to support them?

noviodelangel commented 4 years ago

Yes please! It would be so useful

CC007 commented 4 years ago

Yes, for me especially when I create private final fields for the beans and use a @RequiredArgsConstructor it would be nice to have the bean link next to the field, since you don't have the normal location where this would be (the constructor parameters), since the constructor is now handled by the annotation.

mplushnikov commented 4 years ago

corresponding issues on Jetbrains youtrack: https://youtrack.jetbrains.com/issue/IDEA-175127 https://youtrack.jetbrains.com/issue/IDEA-215368 https://youtrack.jetbrains.com/issue/IDEA-169538