- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 VSCode 编辑器中,当你将滚动条拉到文件底部时,你看到的只是一个空白页,因为文本已向上滚动超过文本编辑器窗口的顶部。这使得滚动到底部困难,因为您不能只是快速地将滚动条一直拉到底,而是必须小心地定位光标,以便您仍然可以看到代码。
与 How to make Visual Studio editor stop scrolling past bottom of a file? 非常相似,但评论指出问题/答案适用于 Visual Studio。此答案适用于 macOS 和 Windows 上的 VSCode。
最佳答案
正确答案见此处:https://stackoverflow.com/a/40588828/1189470
There is a configuration option provided in VSCode for the functionality you specified. To enable it, go to File -> Preferences -> user settings
On the right side of the editor in settings.json paste the below line at the bottom (before closing bracket), save and close.
"editor.scrollBeyondLastLine": false
This will prevent the editor from scrolling beyond the last line.
关于windows - 如何让 VSCode 编辑器停止滚动到文件底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45737417/
我是一名优秀的程序员,十分优秀!