Java goto Implementation action reification
已回答
When using the goto Implementation in a Java interface with generic types, all the implementations are shown.
It would be very nice to have an option to filter the results to the actual generic type if defined.
Let's say that I store a variable that is a Supplier<Integer>. When navigating to the implementations Intellij shows all Supplier implementations, not just the Integer ones.
Is any feature already on Intellij that does the trick? From my search I got nothing.
请先登录再写评论。
Hello Caro! There is no such feature. Please file a request at https://youtrack.jetbrains.com/issues/IDEA. Thanks!
Hello Andrey,
Created IDEA-196485.
Thanks