How to increase Visual Studio Code cursor height?

谁都会走 提交于 2019-12-23 03:12:57

问题


I need to increase the height of Visual studio Cursor |. I feel that will give better flow to writing code. Sublime text have the option, but I can't find that for Visual studio code. Can any one help to do that please?


回答1:


You can try and apply the pending PR 28109 "support custom cursor height".

It does resolve Microsoft/vscode issue 27931: "Configure cursor height"

Using the caret_extra_* properties in Sublime and with css in Atom, it is possible to configure the height of the cursor.
I would love to be able to make the cursor a little bit taller.
Is this possible with VSCode?



来源:https://stackoverflow.com/questions/51074554/how-to-increase-visual-studio-code-cursor-height

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