Enigma
Enigma copied to clipboard
[Suggestion] Option to show declared imports
trafficstars
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.
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.