gpt4 book ai didi

windows - 如何让 VSCode 编辑器停止滚动到文件底部?

转载 作者:行者123 更新时间:2023-12-01 22:41:25 28 4
gpt4 key购买 nike

在 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/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com