Reorder tabs
Working in Sublime Text 3 I'm accustomed using small plugin which allows me to change the order of opened tabs. For example if I have these opened files:
file-2.php
file-3.php
file-1.php [active tab]
using keyboard shortcut I can easily reorder tabs (without need to take mouse into hand) with two "ctrl+shift+page_up" key presses to
file-1.php [active tab]
file-2.php
file-3.php
Looking for solution I found this plugin (TabReorder - http://plugins.jetbrains.com/plugin/187) but it doesn't work on PhpStorm 8. Same functionality is possible out of the box in Firefox.
请先登录再写评论。
Hi there,
https://youtrack.jetbrains.com/issue/IDEABKL-5661
https://youtrack.jetbrains.com/issue/IDEA-64070
https://youtrack.jetbrains.com/issue/IDEA-133403
I'll have put on hold my switch to PhpStorm as primary IDE untill some things are implemented. (https://devnet.jetbrains.com/thread/458831)
Sure -- that's your choice.
Just note: considering how many votes those tickets have (2+3+1) over such period of time.. this is definitely not on dev's priority list.