GitXplorerGitXplorer
b

sort-everything

public
10 stars
3 forks
6 issues

Commits

List of commits on branch main.
Unverified
5c900523ab3b3f9020e3bc0b68615650758f729a

chore: Update dependencies

bbennycode committed 2 years ago
Unverified
0e71784031d4f1a510604abe114d9c867b484866

1.3.3

bbennycode committed 2 years ago
Unverified
7b8838ca1cd8b8c68cd0c0faffe5e9c6ce9ee680

chore: v1.3.2

bbennycode committed 2 years ago
Unverified
b91518bf784da5556c47842bcba9cc5257741ddc

chore: Make env accessible [ci skip]

bbennycode committed 2 years ago
Unverified
2cde6b4362c090e880ea71c8317633bda11c846a

chore: Name variable [ci skip]

bbennycode committed 2 years ago
Unverified
e82fef4d049ca4e5693716d11a8099a257e110d9

chore: Login [ci skip]

bbennycode committed 2 years 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.