問題描述
在 Visual Studio 中,我總是使用 Ctrl+Tab 和 Ctrl+Shift+Tab 在文檔之間導航.我看到 Eclipse 有 Ctrl+F6 在編輯器之間導航,但這幾乎不是相同的行為.不同之處在于,一次又一次地按下它會讓你在兩個文件之間來回移動,而在 VS 中,它會讓你根據編輯器中的 Tab 鍵順序向前導航.關于如何復制 VS 行為的任何想法?
In Visual Studio, I always use Ctrl+Tab and Ctrl+Shift+Tab to navigate between documents. I see that Eclipse has Ctrl+F6 to navigate between editors, but this isn't nearly the same behavior. The difference being, pressing it once and then again will get you moving back and forth between two files, whereas in VS, it will cause you to navigate forward based on the tab order in the editor. Any ideas on how I can replicate VS's behavior?
推薦答案
查看偏好設置對話框中的Keys,有下一個編輯器"和上一個編輯器"的命令,綁定到Ctrl+Alt+右/左.
Looking at Keys in the preferences dialog, there are commands for "Next editor" and "Previous editor", bound to Ctrl+Alt+Right/Left.
我使用 Ctrl+Page up/Page down,但這可能是 Linux 特有的,因為它在其他應用程序中是相同的快捷方式,例如作為 Nautilus 和 Terminal.
I use Ctrl+Page up/Page down, but that might be specific to Linux because it's the same shortcut in other apps such as Nautilus and Terminal.
這篇關于Eclipse 的 Visual Studio Ctrl+Tab 和 Ctrl+Shift+Tab 等效項的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!