在 Visual Studio 2008 中重置视图?

发布于 2024-08-03 14:52:15 字数 177 浏览 3 评论 0原文

由于某种原因,我的 Visual Studio 2008 副本中各个面板的布局和大小变得很奇怪 - 例如,ErrorOutput 窗口出现在同一个窗口中。选项卡组作为我的代码,如果我尝试手动将它们移动到我想要的位置,它们的位置就不会保留。是否有某种方法可以将所有面板重置为默认状态?

For some reason, the layout and sizes of various panels in my copy of Visual Studio 2008 has gone all wonky -- for example, the Error and Output windows appear in the same tab group as my code, and their position doesn't persist if I attempt to manually move them where I want them to go. Is there some sort of way to reset all panels to their default state?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘然心甜 2024-08-10 14:52:15

我相信这会将您的设置重置为出厂状态:

devenv.exe /resetsettings

将来,您可能需要考虑使用“工具/导入和导出设置...”导出您的设置(在将它们放在您想要的位置之后) Visual Studio 中的向导。

如果您将来重置,则可以使用向导,或使用命令

devenv /resetsettings {SettingsFile}

其中 {SettingsFile} 是您之前导出的设置

I believe this will reset your settings to their factory state:

devenv.exe /resetsettings

In the future, you might want to consider exporting your settings (after you get them where you want them) using the "Tools/Import and Export Settings ..." wizard in Visual Studio.

If you reset in the future, you can then either use the wizard, or use the command

devenv /resetsettings {SettingsFile}

Where {SettingsFile} is your previously exported settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文