jadx icon indicating copy to clipboard operation
jadx copied to clipboard

[feature] Locate all Implementing Methods

Open shapaz opened this issue 7 months ago • 0 comments

Describe your idea

I frequently run into calls to methods of interfaces or abstract classes. Double-clicking the method takes me to the abstract definition in the interface / base class, but not to actual implementations. The manual way to find implementations is either free-text searching the method name preceded with a space, or search all classes with "implements X" / "extends X", then scrolling through the code to find the desired method.

I suggest showing a small window of all possible implementations for the called method, either directly on double-clicking, or using a dedicated control key.

shapaz avatar Sep 11 '25 07:09 shapaz