redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.05k stars 420 forks source link

Show call hierarchy with lambda functions doesn't show the full stack call #3647

Open raulvaldoleirospowerdot opened 1 month ago

raulvaldoleirospowerdot commented 1 month ago

When I call show call hierarchy and there is a lambda function in the middle, the hierarchy stops on the accept method making it useless. It would be great if it shows the full hierarchy.

Steps To Reproduce
  1. Actual behaviour image
  2. Expected behaviour
    image