-
Notifications
You must be signed in to change notification settings - Fork 269
Description
What is the feature you'd like to have?
When a user scrolls down in Linear or Graph View, arrange the function tags and the Reanalyze Function button in a way where they're all still visible. This way, information about the function that the user needs when scrolled down is still visible and available to them. Tags are more important and probably more frequetly used than the reanalyze function button. The reanalyze button is always in view. The best thing to do is render the reanalyze button to the right of the function signature text and render the tags and their hoverbox in the tags location at all times no matter where the user scrolls.
If you work on this feature request, why not also knock out #5867 at the same time?
Is your feature request related to a problem?
If I scroll down even a little bit in either view, poof, the tags are hidden from view. Even the ellipsis dots that show too many tags to display are not shown when scrolled down. All the information about a function that is conveyed by tags is not shown to me when I scroll down to where I really need to know that information.
Are any alternative solutions acceptable?
Nope.
Additional Information:
Linear View when scrolled all the way to the top
Graph View when scrolled all the way to the top
Linear View when scrolled down a bit
Graph View when scrolled down a bit
Note that the Graph View screenshots I made here would be cleaner and not crazy wide if you implement #5867