Open shankarwww opened 4 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.
I just want to say I have the same need.
+1 When looking for calls of generated Builder methods the workaround of @jfrantzius is even more complicated.
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.