Open githubuser6000 opened 10 months ago
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!
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Already implemented in chromium? https://github.com/electron/electron/issues/29730 https://bugs.chromium.org/p/chromium/issues/detail?id=763791
I noticed wheel
event is stopped when preventDefault()
is called or when there's no space to scroll on Linux Chromium, whereas wheel
event is triggered regardless of preventDefault()
or space left on Windows.
I guess that's why kinetic scrolling works in webviews (like release note), while it doesn't in code editor where builtin scrolling behavior is overwritten and emulated.
For preventDefault()
, this commit might be related: https://source.chromium.org/chromium/chromium/src/+/c996f218c7efa8124a67b30e199bfb78f010954f
Just wanted to say that this small feature would greatly improve developer experience.
Definitely need this feature, would be great for QoL!
Just wanted to ask if there has been any progress on this issue?
Commenting for engagement! I work with a lot of big Jupyter notebooks, and having inertial scrolling would help tremendously
still no???
This would be such a great feature! Really needed
Currently, on linux,a flick with two fingers to scroll stops as soon as one lifts their finger off the trackpad. This is not the case with other applications, such as firefox. This is a request to add such a feature to vscode :pray: it is such a QoL improvement.
Opening because the bot closed the previous one