-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sorting to Open Editors list #12453
Comments
And while you are at it... Please add optional sorting of Git files too... |
This feature is useful to find a file between many tabs. |
Now that text selection dragging works, this is the only feature missing before VS code becomes the prefect IDE for me :) |
+1 |
1 similar comment
+1 |
+1 :D |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Where are we on this feature? It was first mentioned in 2016. Why the delay? |
+1 |
2 similar comments
+1 |
+1 |
Is this possible to be made as a plugin? I am in need. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
thank you |
It seems the plugin does not accomplish the requested feature. |
Better then nothing... I can choose to disable it whenever I want. I mean this issue is more then 3 years, it seems that MS does not care at all or is not able to implement it idk. |
Well.. now we have a starting point maybe the plugin developer is willing to add more features to the plugin to accomplish the original request? The plugin (with the full path sorting off) will work for now. |
How are we on this feature? Has it somewhat been accepted and is this on a roadmap? |
Sorting by date modified could also be really useful. Use case: when you have tens of editors open and you want to close by latest modified or latest opened. |
+1 It's not always easy to get IT/Security to approve all these different plugins. |
Also helpful would be grouping by directory. So it essentially would a tree view of just the open files. |
Hello everybody, my name is Isidor and I work on VS Code.
The sorting would only be done within groups. So editors would still be split between GROUP 1 and GROUP 2... Bonus features:
I plan to discuss this in this weeks UX call with the rest of the team to see if my proposal makes sense. fyi @bpasero @misolori |
I rewrite the (my :) ) need: "The order of Opened Editors shoud not be reflected on the order of opened Tabs (and viceversa). I think it can be very confusing for the user which does not find a specific tab where it was before. I usually associate a specific Tab with one of the siblings and moving them could be quite annoying." So, ordering the Open Editors for any criteria which will be decided should not rearrange tabs, and, on the other hand, rearranging the tabs should not change the order in the open editors. |
Isidor, the setting that you present sounds like what a lot of people have been looking for as a start. I can see people wanting more feature, reverse order, by extension, and other options that I am not thinking of; however the feature needs to start somewhere. |
@isidorn,
I agree that your proposed solution is what the majority of people are looking for in v1. Thank you for your generous work on this project!
On Nov 10, 2020, at 05:10, Don <[email protected]> wrote:
Hello everybody, my name is Isidor and I work on VS Code.
Isidor, the setting that you present sounds like what a lot of people have been looking for as a start. I can see people wanting more feature, reverse order, by extension, and other options that I am not thinking of; however the feature needs to start somewhere.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#12453 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AADFKFFPIVPGUCSHFO5LRN3SPE3VPANCNFSM4CQPY2BQ>.
|
Thanks @isidorn for taking on this task of improving things. Any improvement would be welcome and personally I would love to see two recently mentioned things in this ticket.
Just one more comment in the sea of this feature request! :-) Good luck. |
Thank you for your feedback. The sorting will only have an effect on the OPEN EDITORS view. It will not "move tabs" in any way. The default would be For additional asks please file new feature requests and we will consider adding those as well (for example "modified" sort). |
I created #114470 for sorting using the filename's full relative path as mentioned in a couple comments above. |
@isidorn Thanks a lot, that solves the problem, but unfortunately creates a new one. If I set I imagine changing this behaviour or making it configurable would be a much bigger task than the quick fix you made, but it would be very helpful if we had a couple of new commands like the existing 'Open next editor' and 'Open previous editor', but which would respect this new setting. |
@matkovski please file a new issue and we can continue the discussion there |
This could be simply optional alphabetic sorting. As it stands when you have lots of files open it can be hard to match up files that are associated (e.g. circus.component.js and circus.component.html) without the tedious task of manually dragging them into order.
The text was updated successfully, but these errors were encountered: