Is there a Visual Studio equivalent to Eclipse's Local History?

后端 未结 5 1586
说谎
说谎 2021-01-01 10:14

The Eclipse IDE has a nice feature that automatically logs file revisions and you can view them anytime by right-clicking on a file and clicking on Compare With

5条回答
  •  鱼传尺愫
    2021-01-01 10:34

    For Visual Studio 2015, 2017, 2019 VSHistory extension: maintains the history of files in your Visual Studio projects every time they are saved. Any saved version can be viewed or a diff with the current version can be displayed

提交回复
热议问题