问题描述
我正在 macOS 上测试 Visual Studio Code,想知道是否有组合键可以加快滚动速度?
I am testing out Visual Studio Code on macOS, and was wondering if there is a key combination for faster scrolling?
例如,我需要这个来快速从代码的早期部分转到文件末尾的部分.
I would need this, for example, to go quickly from an early part of the code to a part towards the end of the file.
例如 在 Emacs 中,当我按住向上/向下箭头并按 时,滚动速度明显增加;VS Code 实际上停止使用相同的命令滚动.+arrow 将使我到达文件的开头/结尾,但我找不到仅能加快速度而在 键盘快捷键 看起来很有帮助.
e.g. in Emacs when I hold up/down-arrow and hit , the scroll speed increases noticeably; VS Code actually stops scrolling with the same command. +arrow will get me to the start / end of the file, but I could not find a combination that merely speeds things up and nothing in the keyboard shortcuts looked helpful.
版本为 1.21.1.
Version is 1.21.1.
推荐答案
它不可用,但是是一个悬而未决的问题.您可以在此处跟踪进度:
It is not available, but is an open issue. You can follow the progress here:
https://github.com/Microsoft/vscode/issues/24344
这篇关于VS Code 中的快速文本滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!