-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sort Symbols by Name or Address #22
Comments
This should be easy. If you know how you would like this done I can look at prototyping. |
Hey, thanks for the issue & idea! I like it ⚡ I think we can add a new key binding (e.g. It is wrapped in the Lines 81 to 100 in 236d19e
And that can be accessed via Lines 27 to 28 in 236d19e
So we can modify that data to apply the sorting :) Would you be down to implement it? 🐻 |
Is your feature request related to a problem? Please describe.
Often I'm looking for symbols around a particular address. I can search for a particular address, but not sort by address so I can browse symbols surrounding an address.
Describe the solution you'd like
A key to sort by address, or sort by name
Describe alternatives you've considered
top is an example of a text UI that provides flexible sorting, like shift-p to sort by process load, and shift-m to sort by memory usage.
Additional context
Filtering would be nice too, like "only show symbols of type FUNC", or sort by symbol type then name or address.
The text was updated successfully, but these errors were encountered: