简体   繁体   English

简约的Visual Studio 2012

[英]Minimalist Visual Studio 2012

Is there a way to hide the breadcrumbs' bar on html editor and toolbar buttons (Error List, Output, etc)? 有没有办法隐藏HTML编辑器和工具栏按钮(错误列表,输出等)上的面包屑栏? I like my editor as clean as posible. 我喜欢我的编辑器尽可能简洁。

Also if there is a way to autohide the status bar when I'm not building, it would be helpful. 另外,如果在不构建时可以自动隐藏状态栏,那将很有帮助。 Thank you! 谢谢!

在此处输入图片说明

(Disclaimer: I worked on Visual Studio) (免责声明:我在Visual Studio上工作)

The "HTML Designer/Editor"-mode in Visual Studio does not let you hide the breadcrumb bar, however you can force-open HTML files in the XML editor and so not have the breadcrumb bar, but it's only ~20px of vertical space, this shouldn't be an issue unless you're using a small display. 在Visual Studio中,“ HTML设计器/编辑器”模式不允许您隐藏面包屑条,但是您可以在XML编辑器中强制打开HTML文件,因此没有面包屑条,但是垂直空间只有20px,除非您使用的是小型显示器,否则这不是问题。 You can select the XML editor by choosing "Open with..." when opening a file. 打开文件时,可以通过选择“使用...打开”来选择XML编辑器。

As for the Window tabs (Error List, Output, etc): if you show the windows and then click the Pin button, you can then tear-off the entire window set and close them all at once with the close button, they will then re-appear if you manually choose to or keep them as floating windows. 至于“窗口”选项卡(“错误列表”,“输出”等):如果显示窗口,然后单击“固定”按钮,则可以撕下整个窗口集并使用“关闭”按钮一次将其全部关闭,然后如果您手动选择保留它们或将其保留为浮动窗口,则会重新出现。

The status bar can be hidden by going Tools > Options > Environment > Show Status Bar, however I don't believe there is no way to have it automatically show/hide if content changes. 可以通过转到“工具”>“选项”>“环境”>“显示状态栏”来隐藏状态栏,但是,我不相信如果内容发生更改,则无法自动显示/隐藏该状态栏。

However, why are you wanting to hide these UI elements? 但是,为什么要隐藏这些UI元素? The vertical space the Status bar and Window tabs consume is about 55px at 96dpi, even at 1366x768 it isn't enough screen-space to worry about. “状态栏”和“窗口”选项卡消耗的垂直空间在96dpi时约为55px,即使在1366x768时也不足以担心屏幕空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM