在Visual Studio中撤消/重做文件

时间:2022-02-20 22:51:24

Why VS does not have support for undo/redo files?

为什么VS不支持撤消/重做文件?

2 个解决方案

#1


2  

It would reproduce the functionality of a revision control system (such as Subversion or CVS), but without some of the benefits of those systems (such as tags and branches). That's probably why it isn't there (or in many IDEs). Many people seem to be discouraged from using revision control for small projects, but it's worth the initial setup and can be shared among many projects.

它将重现修订控制系统(例如Subversion或CVS)的功能,但没有这些系统的某些好处(例如标签和分支)。这可能就是为什么它不存在(或在许多IDE中)。许多人似乎不鼓励对小型项目使用修订控制,但它值得初始设置并且可以在许多项目之间共享。

#2


1  

If that features does what I'm thinking it does, it's basically a function of your source control system, and isn't something that should be handled by visual studio. On the other hand, VS does keep a complete history of every change you made since you opened Visual studio, and you can undo an redo changes for the entire day, or even week if you leave VS open long enough.

如果这些功能完成了我的想法,它基本上是你的源代码控制系统的功能,并不是应该由visual studio处理的东西。另一方面,VS确实保留了自您打开Visual Studio以来所做的每一项更改的完整历史记录,并且您可以撤消一整天的重做更改,如果您将VS打开足够长时间,则可以撤消。

#1


2  

It would reproduce the functionality of a revision control system (such as Subversion or CVS), but without some of the benefits of those systems (such as tags and branches). That's probably why it isn't there (or in many IDEs). Many people seem to be discouraged from using revision control for small projects, but it's worth the initial setup and can be shared among many projects.

它将重现修订控制系统(例如Subversion或CVS)的功能,但没有这些系统的某些好处(例如标签和分支)。这可能就是为什么它不存在(或在许多IDE中)。许多人似乎不鼓励对小型项目使用修订控制,但它值得初始设置并且可以在许多项目之间共享。

#2


1  

If that features does what I'm thinking it does, it's basically a function of your source control system, and isn't something that should be handled by visual studio. On the other hand, VS does keep a complete history of every change you made since you opened Visual studio, and you can undo an redo changes for the entire day, or even week if you leave VS open long enough.

如果这些功能完成了我的想法,它基本上是你的源代码控制系统的功能,并不是应该由visual studio处理的东西。另一方面,VS确实保留了自您打开Visual Studio以来所做的每一项更改的完整历史记录,并且您可以撤消一整天的重做更改,如果您将VS打开足够长时间,则可以撤消。