本文介绍了撤消缓冲区增加的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在处理C#文件时,我意识到我有一些我剩下的数据,撤消将是恢复它的最简单方法。 但是,我发现Undo缓冲区大小不足以让我回到理想的位置。


有没有办法在Visual Studio Enterprise 2017中增加撤消/重做缓冲区大小?

解决方案

While working on a C# file, I realized I had some data that I had left, and that the undo would be the easiest way to recover it.  However, I found that the Undo buffer size was not big enough to get me back to the desired point.

Is there any way to increase the Undo/Redo buffer size in Visual Studio Enterprise 2017?

解决方案


这篇关于撤消缓冲区增加的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 09:51