You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty frustrating sometimes not being able to see where other classes are imported from when viewing a class. Some people might prefer it without the import clutter though so it should probably be an option under the View menu.
The text was updated successfully, but these errors were encountered:
As an alternative it's possible to select tokens to find where the class originates.
Anyway, as it stands, imports might be challenging to implement. The class is decompiled as obfuscated, so the AST doesn't have any imports in it right away. They'd have to be added after-the-fact and evaluated when class names change.
It's pretty frustrating sometimes not being able to see where other classes are imported from when viewing a class. Some people might prefer it without the import clutter though so it should probably be an option under the
View
menu.The text was updated successfully, but these errors were encountered: