How to keep Visual Studio tabs sorted

Is there a built-in method or a free add-on that can store the tab bar of open files in alphabetical order? After sorting, how can I get CTRL-PageUP / DOWN (or another shortcut) to jump left / right, and not the most recently viewed file.

Thanks Kurt

+6
source share
4 answers

In VS 2017, with the Productivity Power Tools extension, you can go to:

TOOLS> Options> Power Tools for Increasing Productivity> Cell for Custom Documents

Here you will see the "Sort" section, where you can select "Alphabetically."

CTRL + PAGE DOWN (, , CTRL + ALT + PAGE DOWN) / .

-

VS 2019 Custom Document Well, , Visual Studio.

-

VS 2008, , . , Productivity Power Tools " " ( "").

, !

+8

, , , X, , .

+2

ReSharper " ...":

Go to file
(: jetbrains.com)

+1

VS MDI. , , .

Resharper Ctrl-T CamelCase (CC) Ctrl-Tab.

0

Source: https://habr.com/ru/post/1703115/


All Articles