Given an example:
@Data
public VO {
private String item;
}
How to build call hierarchy for the getItem()
?
I know there is a cumbersome path :open Structure, then find the method, then build hierarchy. Is there more efficient path or plugin?