-
Notifications
You must be signed in to change notification settings - Fork 39.7k
List: Support scroll by page #145458
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderslist-widgetList widget issuesList widget issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderslist-widgetList widget issuesList widget issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
I searched for the request in subject, but didn't find it. I saw numerous requests to make scrolling page by page in editors, and thanfully we got that option with the "editor.scrollbar.scrollByPage". However, the scrolling in almost every other situation is absolute, i.e. you get scroll to the place where you clicked. AFAIK, the only other place in VSCode where we have scrolling page by page is the extension web pages displayed in the editor, which works like that even if "editor.scrollbar.scrollByPage": false.
I would like if the mentioned scrollByPage setting is global for all places that have scroll bars, like Explorer/Search/Extensions panels. Or, you could add another setting which will apply to these other places independently of the editor setting.