Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset track changes in Visual Studio?

Tags:

I am using Visual Studio and I really like the track changes feature:

After a while, the files I am currently editing are completely green. When it happens I want to clear all the marks.

I found three ways but they are not as simple as I would like:

  • Close and reopen Visual Studio.

  • Close and reopen all files.

  • Open the option dialog, uncheck the feature, reopen the dialog and check the feature back. enter image description here

Is there a magic shortcut ?

like image 472
Arnaud Avatar asked May 27 '13 07:05

Arnaud


1 Answers

I have just published simple Visual Studio Extension named Clear Tracked Changes which does the job. Basically it toggles the TOOLS -> Options -> Text Editor -> Track Changes setting, which clears the tracked changes as a side effect.

like image 147
Borislav Ivanov Avatar answered Sep 23 '22 08:09

Borislav Ivanov