I have a class with lombok annotation (either @Valueor @Data), and I'm looking for an easy way to find the use of an automatically created constructor.
Now I can find one use of the constructor, place the cursor there and run the "Find Usages" command, and I get the results that I want.
However, I would like to do this directly from the class declaration. Is there any way to do this?
source
share