-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Option for sticky scroll to prioritize inner blocks #208406
Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
I would also find this useful when using Flutter, as it would show the nearest nested widget. |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
It's a pity that this has been closed, I feel like the request might not have been advertised enough since, for example, even Visual Studio has such an option https://learn.microsoft.com/en-us/visualstudio/ide/editor-sticky-scroll?view=vs-2022#inner-and-outer-scopes, so clearly there is an interest in general |
Hi I will keep this feature request open |
Thanks for considering this! :) |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Hi sorry all, I am not exactly sure what is happening with our bot. I believe it is because I placed the issue in the backlog candidate. I will reopen it and place it in the backlog directly. |
Currently sticky scroll always stick the first lines, which may make it less useful in some situations.
Consider the following case:
If we scroll to the comments with a max line count set to 3 for sticky scroll,
<html>
,<body>
and<script>
will stick around. However, we might not want to always stare at<html>
whenever we write HTML, so it may be better to let<html>
make room for inner code blocks.This problem also applies to other languages with a complicated program structure. Adding such an option can sometimes make it more efficient to work with these languages.
The text was updated successfully, but these errors were encountered: