Skip to main content

All Questions

Tagged with
2 questions with no upvoted or accepted answers
4 votes
2 answers
623 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 ...
Manicguitarist's user avatar
0 votes
1 answer
673 views

c# Insert Fixed Text to Cursor Position

I would Like to add to my Visual studio a shortcut or addin to add fixed text to the position where the cursor is on. For example : this is my current cs File: public void foo(){ int x = 4 ; **cursor ...
Roey Mizrahi's user avatar