-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Sort open tabs in alphabetical order - like Notepad++ #237619
Comments
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
@rcwwilliams are you aware of the |
@gjsjohnmurray no I wasn't - thanks very much indeed - that's great! |
@benibenj how about we add an Settings (gearwheel) action button to the title of the Open Editors pane, to increase discoverability of this? If you like the idea I could prepare a PR. |
@benibenj an entry on the menu after right click on a tab would be even better I think |
@gjsjohnmurray I would not make it a primary action for the view, but possibly there could be an action in the overflow menu, similar to the overflow menu in the tab bar. ![]() If sorting is a frequent action, then we can expose the actions in the overflow menu similar to the outline view: ![]() I'd be happy to get a PR for this :) |
|
I often need to have many tabs open at the same time. Notepad++ has a feature to sort the tabs in alphabetical order by filename which is extremely useful and makes it so much easier to find a particular code file.
It would be great if this could be added to VS Code.
The text was updated successfully, but these errors were encountered: