GitXplorerGitXplorer
b

sort-everything

public
10 stars
3 forks
6 issues

Commits

List of commits on branch main.
Verified
4a358c86b7005cda5a4990e10d17ad9878da9f5d

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#16)

ddependabot[bot] committed 10 months ago
Verified
c63b4fe5fd334e9b2f661b32259b8abc05589b12

chore(deps): bump @babel/traverse from 7.19.4 to 7.24.1 (#17)

ddependabot[bot] committed 10 months ago
Verified
7dfb37bf8bc31c0a873572d153a7af8bf32918c0

chore(deps): bump terser from 5.14.1 to 5.16.9 (#7)

ddependabot[bot] committed 10 months ago
Verified
660c7f435749668f3afa997096dfe7f28270120b

chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (#8)

ddependabot[bot] committed 10 months ago
Verified
c9f3df46a789505a8e55e031bfc754b107b6a49c

chore(deps): bump yaml from 2.2.1 to 2.2.2 (#9)

ddependabot[bot] committed 10 months ago
Verified
2fa14a7a08407e1e75f8f5d0e29213c31c42267a

chore(deps): bump semver from 6.3.0 to 6.3.1 (#11)

ddependabot[bot] committed 10 months ago

README

The README file for this repository.

Sort Everything

This VS Code extension sorts JSON, YAML, and plain text files. It can sort the selected lines of code or the entire file (if no lines are selected).

Show sorting

Installation

Open the extensions' marketplace site and click "Install".

Alternative:

  1. Start Visual Studio Code
  2. Press Ctrl + Shift + X to browse for extensions
  3. Search for bennycode.sort-everything
  4. Select the "Sort Everything" extension and click on "Install"

Usage

By default, sorting is applied when using the shortcut Alt + Shift + L.

You can change the keybinding in your Keyboard Shortcuts editor:

Keyboard Shortcuts

The Command ID is bennycode.sort-everything.sortFile.

Features

  • Sort plain text file
  • Sort plain text selection
  • Sort JSON file
  • Sort JSON selection
  • Sort YAML file
  • Sort YAML selection

Release

There is a publish-extension GitHub Action which can be used to publish the extension on the Visual Studio Marketplace.