问题
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