Search code examples
netbeansphpstormjetbrains-idephpstorm-2016.3

PhpStorm - How to show files in alphabetic order?


In NetBeans 8.2 all files are shown in their alphabetic order, this is very useful because I can find a file extremely fast.

NetBeans

However, in PhpStorm this is not the case as you can see here:

PhpStorm

How can I enable this feature?


Solution

  • Those are editor tabs and they are listed in that drop-down list in the same order as you arrange them.

    If you want alphabetical order -- choose Sort Tabs by Filename from Editor Tab context menu (right clicking on editor tab).

    Note: this will be applied to ALL tabs and not only those that are currently hidden (my impression from NetBeans screenshot).

    There is no option to sort only hidden tabs in alphabetical order.


    Possible alternative to managing tabs/navigating between the files is to use View | Recent Files (Ctr + E using Default keymap) and/or Navigate | File/Class....

    This depends what you prefer/how you used to manage your files.

    These popups can be used even with Editor Tabs hidden (e.g. when you need maximum space for editor to see your code).


    Some useful links to check: