You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: