NastyPapercut / vscode-sort-lines

Visual Studio Code extension to sort lines of text

Home Page:https://marketplace.visualstudio.com/items/Tyriar.sort-lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functionality

Sort lines of text in Visual Studio Code. The following types of sorting are supported:

  • Sort lines - Regular character code based sort (F9)
  • Sort lines (case insensitive) - Case insensitive sort
  • Sort lines (reverse) - Reverse character code based sort
  • Sort lines (unique) - Regular character code keeping only unique items

Install

  1. Open VS Code
  2. Press F1
  3. Type "install"
  4. Select "Extensions: Install Extension".
  5. Select sort-lines from the list

Install animation

Usage

Select the lines to sort, press F1 type sort and select the desired sort. The regular sort has the default hotkey F9.

Usage animation

About

Visual Studio Code extension to sort lines of text

https://marketplace.visualstudio.com/items/Tyriar.sort-lines

License:MIT License


Languages

Language:JavaScript 100.0%