Tagged Questions
3
votes
1answer
226 views
Is there any way to invert the caret?
When programming in Visual Studio, the caret (i.e. the vertical line that shows where text will be inserted) is either a vertical line (when in insert mode) or a block (when in overwrite mode).
Is ...
3
votes
2answers
2k views
Programming productivity: How to hide cursor while typing
Whenever I click somewhere to type some code, by definition that's exactly where my mouse cursor is, which is obscuring what I'm trying to type. Often, if I forget to move the cursor away before ...