如何对Visual Studio选项卡进行排序

时间:2009-02-12 16:10:50

标签: visual-studio visual-studio-2008

是否有内置方式或免费加载项,可以保持打开文件的标签栏按字母顺序排序?排序后,如何让CTRL-PageUP / DOWN(或其他快捷方式)向左/向右跳转,而不是大多数/最近查看过的文件。

谢谢, 库尔特

5 个答案:

答案 0 :(得分:8)

In VS 2017, using the Productivity Power Tools extension you can navigate to:

TOOLS > Options > Productivity Power Tools > Custom Document Well

Here you'll see a 'Sorting' section, where you can select 'Alphabetically'.

With the new settings applied the CTRL + PAGE DOWN (or in my case, CTRL + ALT + PAGE DOWN) will just flip between next/previous windows.

I don't have VS 2008, so I'm not sure if the path to get to those setting is exactly the same. If you are unable to find it, you should be able to install Productivity Power Tools from the Extensions and Updates module (also located under TOOLS).

Hope that helps!

答案 1 :(得分:2)

它并不完美,但是关闭当前编辑器选项卡的 X 左侧的向下三角形确实按字母顺序显示所有当前打开的文件。

答案 2 :(得分:1)

我使用ReSharper的“Go To...”:

Go To File
(来源:jetbrains.com

答案 3 :(得分:1)

使用omagerio提供的VS Studio扩展名“按名称排序选项卡/打开编辑器”。

关闭所有标签页。

转到此扩展程序设置,然后取消选中“按完整路径排序”

答案 4 :(得分:0)

我总是将VS从Tabs切换到MDI。有了标签,工作一段时间后,标签栏就会变得毫无意义。

我使用Resharper和Ctrl-T和CamelCase(CC)来访问我的课程,或者使用简单的老式Ctrl-Tab。