Skip to content

iciclesoft/workspacesort-for-VSCode

Repository files navigation

WorkspaceSort

Sort workspace-folders the same way as files and inner-folders are sorted rather than sorting them in chronological order. There are two ways to sort your workspace folders:

  • Right-click on a folder in your explorer and click Sort Workspace Folders.
  • Open the Command-palette and type Sort Workspace Folders.

Installation

To install the extension, press Ctrl-P or Cmd-P (Mac) in VSCode and execute the following command:

ext install WorkspaceSort

Support

You can now support me on Patreon! Backing me up by becoming a Patron is a huge deal to me as it would bring me one step closer to breaking even with the costs I have for keeping everything up-and-running.

Visit patreon.com/iciclesoft

Contribute

If you would like to contribute to WorkspaceSort, you can find the github repository at github.com/iciclesoft/workspacesort-for-VSCode. You are free to fork the repository and create pull-requests. Please make sure all unit tests pass before creating a pull-request.

Release Notes

1.0.0

Initial release of WorkspaceSort. In this version it is possible to sort your workspace folders in alphabetical order, either by using the context-menu on a folder or by typing the command. No difference is made between uppercase and lowercase characters when sorting.

1.1.0

  • Added the optional setting workspacesort.workspaceDirectory which can be used to point to the directory of the .code-workspace file, this is only necessary if it can't be resolved automatically.
  • Changed the way the .code-workspace filename is determined, making it not bound to a locale.
  • Changed the way the .code-workspace file is being searched by traversing the file-tree to find the right file.

1.2.0

  • The name property is now taken into account when sorting the workspace folders, instead of only looking at the directory name.

1.4.0

  • A notification is now shown whenever the .code-workspace file could not be parsed, giving an indication of what caused the error.

1.5.8

  • Added support for WSL

1.6.0

  • Added automated sorting when folders are added to the workspace. This can turned off with the setting workspacesort.sortAutomatically.

For more information

About

A VSCode extension for sorting workspace folders.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published