Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我开发 WinForms 应用程序的 UI 界面时,我需要工具箱面板和其他一些面板。但是当我编写代码本身时,基本上我不需要所有东西,除非有两个代码窗口。如何设置此布局,然后通过按一些热键在它们之间切换?
你需要的是“观点”。透视图是当前配置,包括工具栏、停靠面板等。您可以考虑 Visual Studio 2010 的“透视图”插件。
Shift + Alt + Enter 切换全屏模式。其他有用的快捷方式可以在这里找到。