Call hierarchy does not distinguish between methods with same name on different classes #2854
debonte
started this conversation in
Enhancement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment data
Repro steps
method
and selectShow Call Hierarchy
Expected behavior
Call hierarchy enables the user to distinguish between
Consumer1.consumer
andConsumer2.consumer
.Actual behavior
The two methods named
consumer
are both listed asconsumer
.Code Snippet / Additional information
Beta Was this translation helpful? Give feedback.
All reactions