Change insert cursor caret in VS19

165 views Asked by At

I am not a fan of the beam/virtual caret for text insertion. I much prefer a horizontal/underline cursor caret.

I tried guicursor but it appears to not be supported. How can I configure VsVim or Visual Studio to get the desired cursor caret style?

Example:

example

1

There are 1 answers

0
Sergey Vlasov On

You can see how a caret is implemented in VsVim: VsVim/Src/VimWpf/Implementation/BlockCaret/.