Ability to click on bracket on HLIL #2549
Labels
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
State: Duplicate
Issue is a duplicate of another issue
Type: Enhancement
Issue is a small enhancement to existing functionality
Is your feature request related to a problem? Please describe.
![image](https://user-images.githubusercontent.com/23147879/125324776-38632100-e30e-11eb-9dbe-b75ff5cff3ac.png)
Is it frustrating when you are reversing really big function and you don't really know where the end of bracket is.
Describe the solution you'd like
![image](https://user-images.githubusercontent.com/23147879/125324926-5fb9ee00-e30e-11eb-9de7-df49ebfe98b0.png)
![image](https://user-images.githubusercontent.com/23147879/125325021-79f3cc00-e30e-11eb-9ba5-05df68626ac3.png)
It would be nice if you can click on beginning of the bracket to see where end of the bracket is located at. Kind of like vscode
Ghidra also have feature where you can click on the beginning of bracket to follow the end of the bracket.
It would be also pretty sweet if there was an right click option to highlight all the code in between bracket.
Describe alternatives you've considered
Current method is to use comments or write a code to highlight addresses using the API.
The text was updated successfully, but these errors were encountered: