Skip to content
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

Closed
rcwwilliams opened this issue Jan 10, 2025 · 7 comments
Closed

Sort open tabs in alphabetical order - like Notepad++ #237619

rcwwilliams opened this issue Jan 10, 2025 · 7 comments
Assignees
Labels
*extension-candidate Issue identified as good extension implementation

Comments

@rcwwilliams
Copy link

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.

@benibenj benibenj added the *extension-candidate Issue identified as good extension implementation label Jan 10, 2025
Copy link

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!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2025
@gjsjohnmurray
Copy link
Contributor

gjsjohnmurray commented Jan 10, 2025

@rcwwilliams are you aware of the "explorer.openEditors.sortOrder": "alphabetical" setting for the Open Editors pane?

@rcwwilliams
Copy link
Author

@gjsjohnmurray no I wasn't - thanks very much indeed - that's great!

@gjsjohnmurray
Copy link
Contributor

@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.

@rcwwilliams
Copy link
Author

@benibenj an entry on the menu after right click on a tab would be even better I think

@benibenj
Copy link
Contributor

@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.

Image

If sorting is a frequent action, then we can expose the actions in the overflow menu similar to the outline view:

Image

I'd be happy to get a PR for this :)

@gjsjohnmurray
Copy link
Contributor

I'd be happy to get a PR for this :)

#237678

@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Feb 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*extension-candidate Issue identified as good extension implementation
Projects
None yet
Development

No branches or pull requests

3 participants