在 Visual Studio 2008 中重置视图?
由于某种原因,我的 Visual Studio 2008 副本中各个面板的布局和大小变得很奇怪 - 例如,Error
和 Output
窗口出现在同一个窗口中。选项卡组作为我的代码,如果我尝试手动将它们移动到我想要的位置,它们的位置就不会保留。是否有某种方法可以将所有面板重置为默认状态?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这会将您的设置重置为出厂状态:
将来,您可能需要考虑使用“工具/导入和导出设置...”导出您的设置(在将它们放在您想要的位置之后) Visual Studio 中的向导。
如果您将来重置,则可以使用向导,或使用命令
其中 {SettingsFile} 是您之前导出的设置
I believe this will reset your settings to their factory state:
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
Where {SettingsFile} is your previously exported settings