隐藏所有 Visual Studio 工具栏?
我一般(也有例外)不在VS中使用工具栏。我经常会打开一个新的文件类型(XML、HTML、SQL、ASPX、CS 等),并且必须手动隐藏“新”工具栏。
我可以通过一项操作隐藏 Visual Studio 2010 中的所有工具栏吗?
I generally (there are exceptions) don't use toolbars in VS. It keeps happening that I'll open a new filetype (XML, HTML, SQL, ASPX, CS, etc, etc) and have to manually hide the "new" toolbar(s).
Can I hide all toolbars in Visual Studio 2010 in one action?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 Alt + Shift + Enter。这不会删除新工具栏,只是最大化代码窗口,从而隐藏除文件工具栏之外的所有工具栏。
Try Alt + Shift + Enter.This does not remove the new toolbars, just maximizes your code window ineffect hiding all but the file toolbar.
您可能喜欢 隐藏来自 Microsoft 的主菜单扩展,它可以像 IE 中一样隐藏菜单栏。当然,使用 Alt + Shift + Enter 全屏并重新创建所有需要的窗格。下次切换到全屏模式时,Visual Studio 将记住窗格设置。
You might like the Hide Main Menu extension from Microsoft that hides the menu bar like in IE. And of course use Alt + Shift + Enter for full screen and re-create all the needed panes. Visual Studio will remember the panes settings the next time you switch to the full screen mode.
全屏模式是 Alt + Shift + Enter,这会删除许多您不想要的内容。
Full Screen Mode is Alt + Shift + Enter, this removes much of the stuff you don't want.