在VS Code中增加插入符号光标的大小 [英] Increase the caret cursor size in VS Code

查看:225
本文介绍了在VS Code中增加插入符号光标的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在VS Code中,是否可以增加插入符号光标的大小?我在MacOS上。

Is there a way to incrase the size for the caret cursor in VS Code? I'm on MacOS.

我很难看到:

推荐答案

在settings.json中,尝试以下操作:

In settings.json try the following:

"editor.cursorStyle": "line",
"editor.cursorWidth": 4    

我发现我可以将宽度从1更改为7,并且光标会变大或变小。将其设置为0不会隐藏它。

I found I could change the width from 1 to 7 and the cursor would get larger or smaller. Setting it to 0 did not have the effect of hiding it.

这篇关于在VS Code中增加插入符号光标的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆