Visual Studio 2008中分割窗口之间跳转的热键是什么

发布于 2024-08-20 20:41:10 字数 159 浏览 4 评论 0原文

我将一个长 css 文件的代码窗口分成两部分,上半部分用于查看代码的一个区域,底部区域用于查看代码的另一区域。我通过将代码编辑器右上角的拆分器拖动到编辑区域的中间来完成此操作。

使光标从下窗口跳到上窗口或反之亦然的按键命令是什么?

我相信热键与sql server 相同。

I've split the code window for a long css file into two sections, top half for viewing one area of code, bottom area for viewing another area of the code. I did this by dragging the splitter on the top right of the code editor to the middle of the editing area.

What is the keystroke command that makes the cursor jump from the lower window to the upper window and vice versa?

I believe the hotkey is the same as sql server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

疏忽 2024-08-27 20:41:10

F6 键 在默认键盘映射中的窗口分割之间移动。

您可以在 Visual Studio 的“键盘命令”选项中找到并自定义所有键盘快捷键。如果您去那里搜索包含“split”的命令,您将找到 Window.NextSplitPane 命令,这就是您想要的。您还可以将此命令映射到另一个键。键盘快捷键也可以是上下文相关的,这意味着 F6 键可以在不同情况下执行不同的操作。

工具>选项>环境>键盘

The F6 key moves between window splits in the default keymap.

You can find and customize all keyboard shortcuts in Visual Studio in the Keyboard Command options. If you go there and search for commands containing "split", you'll find the Window.NextSplitPane command, which is what you want. You can also map this command to another key. Keyboard shortcuts can also be context-sensitive, which means the F6 key can do different things in different situations.

Tools > Options > Environment > Keyboard

百善笑为先 2024-08-27 20:41:10

尝试使用 Ctrl+Shift+向上箭头(向下箭头) 在拆分窗口之间移动焦点 - 这适用于 Microsoft SQL Server Management Studio。它也可能适用于 Visual Studio。

Try Ctrl+Shift+UpArrow(DownArrow) to move the focus between the split windows - This works in the Microsoft SQL Server Management Studio. And it might also work on the Visual Studio.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文