Admittedly this might not be a problem on larger screens, but my employer is abit tight and refuses to buy monitors larger than 19inch, this means that I dont have much screen real estate to view all the Visual Studio windows and my code at the same time, or two pieces of code at once. Is there anything that allows me to detach the code panels so that I can view two different classes at once on each of my screens?
6 回答
You can right click on the tab strip and insert a new vertical (or horizontal) tab group.
This allows you to view multiple tabs at the same time.
You could stretch visual studio across both monitors then put two code windows next to each other.
Basically, you are manually maximizing VS across both screens.
Visual Studio 2010 将支持来自主窗口的可拆卸代码面板,但在 Visual Studio 2008 及更早版本中不受支持。
另一种选择是在 Visual Studio 的第二个实例中打开相同的解决方案。对文件进行更改时,Visual Studio 会提示您重新加载文件(不理想,但可能比手动调整窗口大小更好)
Hmm.. I don't think there is a way from within Visual Studio. For maximizing real estate and working on simultaneous files, I use that method plus viewing the files on Full Screen mode.
Do you multiple monitors?
工具>选项>常规>多个文档
如果您不需要编译其中一个代码屏幕,您是否想过只在另一台显示器中打开 Notepad++ 或 PSPad 并以这种方式查看第二批代码?它们具有上下文敏感的颜色,有助于阅读。我一直这样做。