标签: visual-studio-code editor
有没有办法在VS Code中输入插入符号光标的大小?我在MacOS上。
我发现很难看到:
答案 0 :(得分:1)
在settings.json中,尝试以下操作:
"editor.cursorStyle": "line", "editor.cursorWidth": 4
我发现我可以将宽度从1更改为7,并且光标会变大或变小。将其设置为0不会隐藏它。