我的光标高度停留在似乎是行的最大高度和它的填充/边距,它也不再闪烁。Screenshot。我应该查看哪些设置才能解决这个问题?
发布于 2021-06-11 03:40:10
在设置窗口的左侧搜索caret
。这应该会将您带到正确的设置组。我有以下设置:
// These settings control the size of the caret
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0,
// Valid values are "smooth", "phase", "blink" and "solid". Previous
// versions of Sublime Text used "smooth" by default.
"caret_style": "smooth"
它看起来很像ST3。
https://stackoverflow.com/questions/67927382
复制相似问题