Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
110 stars 172 forks source link

APIView should have floating header bar for displaying current type #4076

Open JonathanGiles opened 2 years ago

JonathanGiles commented 2 years ago

We should have a floating header bar, similar to what is shown in GitHub PR reviews, where the current class name is displayed at the top of the window (even after it is scrolled past). This means that for long files we are always clear what file / class is being looked at at all times. Here's a screenshot of what I mean:

image

We could do similar in APIView. In fact, once we introduce support for APIView knowing about the hierarchy of tokens (as outlined in #3640), we could show the whole hierarchy in the floating header bar.

srnagar commented 1 year ago

Related feature request - https://github.com/Azure/azure-sdk-tools/issues/3640