microsoft / vscode-lombok

Lombok Annotations Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok
MIT License
87 stars 20 forks source link

How to find the call hierarchy #40

Open shankarwww opened 4 years ago

shankarwww commented 4 years ago

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.

jfrantzius commented 3 years ago

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.

clembo590 commented 2 years ago

I just want to say I have the same need.

psuelo commented 8 months ago

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