Increase the caret cursor size in VS Code

∥☆過路亽.° 提交于 2020-06-15 19:32:12

问题


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

I find it hard to see:


回答1:


In settings.json try the following:

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

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.



来源:https://stackoverflow.com/questions/47005048/increase-the-caret-cursor-size-in-vs-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!