Haley Alisson
Haley Alisson

Reputation: 13

Visual Studio Issue With Typing

So this issue probably has a really easy answer but I can not find it at all! I've been googleing for about 2 hours now and I've asked friends and so on but here it is.


ISSUE

When I start typing code into c# and I want to make a space before the line it erases that part and puts the character I inserted in instead.

For example: http://gyazo.com/62b263de00ef141f0b57a72e4c92fb48

Im sorry for my bad English it is not my main language.

Upvotes: 1

Views: 562

Answers (2)

M463
M463

Reputation: 2183

Err... maybe you have the override-mode activated by pressing the Ins-button?

Visual Studio will indicate the mode you're in at the bottom right corner as well.

enter image description here

Edit:

As stated in the comments, the Ins-button might not be have the caption Ins on your keyboard, if you don't use the QWERTY layout. In this case you can also simply double click on the text in the bottom right corner to change your edit-mode as well.

(This was tested on Visual Studio 2013 Professional Update 5).

Upvotes: 9

Roman Marusyk
Roman Marusyk

Reputation: 24609

You have to press the Ins button.

Upvotes: 3

Related Questions