gpt4 book ai didi

visual-studio-code - 如何在 visual studio 代码中显示完整的长行(自动换行)

转载 作者:行者123 更新时间:2023-12-01 15:00:06 29 4
gpt4 key购买 nike

我希望能够在 Visual Studio 代码中查看完整的长行(在一行中)。编辑器在末尾终止了带有 ... 的行。

我可以按 End 键移动到该行的最后一列,但它在视口(viewport)中不可见。

是否有任何选项可以像在 Sublime Text 或 Notepad++ 中那样查看完整的长行?

VS Code long line

最佳答案

答案在this GitHub issue中:

The current recommendation is to turn on word wrapping if the intent is to edit past the 10k limit or change the limit via the "hidden" setting "editor.stopRenderingLineAfter" which is equal to 10000 by default, but which can be changed to -1 to never stop rendering. But then freezes/lagging might occur.

换句话说,使用CTRL + SHIFT + P 打开命令面板,选择首选项:打开设置( JSON),并添加以下行:

"editor.stopRenderingLineAfter" : -1

如果您想设置硬限制,只需将 -1 更改为您想要的任何字符数。请注意,如果您没有禁用它,您可能仍然会发生换行,您可以使用 ALT + Z 或使用 this Stack Overflow post 中提到的其他方法来切换它。 .

关于visual-studio-code - 如何在 visual studio 代码中显示完整的长行(自动换行),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49877001/

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