-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Open
Labels
Feature: DecompilerStatus: InternalThis is being tracked internally by the Ghidra teamThis is being tracked internally by the Ghidra teamType: EnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
For functions that are long and have many nested statements, it is hard to see the scope where a line of code is being executed, since there are so many different scopes exiting and being entered into.
Describe the solution you'd like
It would be nice to have indentation markings, to know which level of scope you are in, just like here:

Furthermore, if we could 'fold' certain scopes so that the view is less cluttered, it will also be useful.

aerosoul94, astrelsky, WTPar, micahswitzer, filipkilibarda and 24 more
Metadata
Metadata
Assignees
Labels
Feature: DecompilerStatus: InternalThis is being tracked internally by the Ghidra teamThis is being tracked internally by the Ghidra teamType: EnhancementNew feature or requestNew feature or request