PeterM
PeterM

Reputation: 2702

Visual Studio Undo One Letter

In visual studio text editors the undo button only undoes one letter (keystroke) at a time. I find myself just retyping things rather than hitting the undo button 50+ times to go back to 2seconds ago. I feel like undo should should undo a few words of text at a time. Is there a way to change settings to accomplish this or is it just an annoyance that we have to deal with?

Do you feel like this is frustrating as well? Cheers.

Upvotes: 4

Views: 888

Answers (3)

Christo
Christo

Reputation: 9105

Use the Undo/Redo Stack -- quite simple, and good when you need to back further: http://blogs.msdn.com/b/zainnab/archive/2010/04/11/using-the-undo-and-redo-stack-vstipedit0045.aspx

Upvotes: 1

Pete
Pete

Reputation: 10871

Undo "undoes" your last ACTION. If you highlight an entire word and hit delete then undo will bring back the entire word. If you delete single characters then it will only bring back single characters. Just hold the undo key combo down instead of hitting the keys repeatedly.

Upvotes: 1

cost
cost

Reputation: 4490

You could hold down the undo button. Other than that, not that I know of.

Upvotes: 1

Related Questions