vscode-lombok icon indicating copy to clipboard operation
vscode-lombok copied to clipboard

How to find the call hierarchy

Open shankarwww opened this issue 5 years ago • 3 comments

I am not able to find the call hierarchy of getter and setter generated by the lombok. I can see those getter and setter method in outline view of VS code but not able to search for the call hierarchy.

shankarwww avatar Jun 05 '20 15:06 shankarwww

This is definitely missing badly, as use of Lombok and its @Data annotation is widespread. I end up writing a getter only to be able to see the call hierarchy in VSCode before some refactoring.

jfrantzius avatar Aug 18 '21 08:08 jfrantzius

I just want to say I have the same need.

clembo590 avatar Nov 29 '21 12:11 clembo590

+1 When looking for calls of generated Builder methods the workaround of @jfrantzius is even more complicated.

psuelo avatar Feb 28 '24 10:02 psuelo