Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the text cursor/caret in Visual Studio 2010

I've accidentally changed the text cursor/caret in Visual Studio 2010 from the line to the one with the box that highlights the entire character and cannot find out how to change it back. Can anyone tell me how? Thanks!

like image 262
sebf Avatar asked Oct 08 '10 21:10

sebf


People also ask

How do I change the cursor in Visual Studio?

For those on a Mac (running Windows+Visual Studio with either VMWare Fusion or Parallels, for example), press the 0 (zero) key in the Mac keyboard number pad. For me, this translates to the Insert key which changed the fat (overwrite) cursor back to the normal (insert) cursor.

How do I change my text cursor settings?

Use the text cursor indicatorSelect Start > Settings > Ease of Access > Text cursor. Select Turn on text cursor indicator. Adjust the Change text cursor indicator size slider until it looks like you want in the preview.

What is caret in Visual Studio?

Applies to: Visual Studio for Mac Visual Studio. Multi-caret editing allows you to add n number of insertion points at a single time.

How do I change the size of my cursor in Visual Studio?

Select Options from the Tools menu and in Environment folder, select Fonts and Colors. In Show settings for, select Text Editor. Change the font, size, display item, foreground and background colors.


2 Answers

Press the Insert Key

like image 96
Shyju Avatar answered Oct 14 '22 08:10

Shyju


To clarify there are two modes when using the editor: Insert and Overwrite.

Insert -- the "normal" thin caret that inserts characters as you type.

Overwrite -- the "fat" caret that will overwrite any previous characters as you type.

These two act the same when at the end of your document and you are just typing but go in the middle of some text and use them then you will see the difference.

like image 22
zainnab Avatar answered Oct 14 '22 08:10

zainnab