All Projects → SBeator → sort-js-object-keys

SBeator / sort-js-object-keys

Licence: other
This is a VS code extension to alphabetically sort the keys in selected js objects keys in your code.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sort-js-object-keys

ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (+38.1%)
Mutual labels:  sort
myleetcode
♨️ Detailed Java & Python solution of LeetCode.
Stars: ✭ 34 (+61.9%)
Mutual labels:  sort
Theatherflix
Theatherflix OpenSource Project - A visual tool for wiring digital movies, to sort and list the top latest movie trailers. We are constantly developing and making changes. Do you want to be part? Contact us!
Stars: ✭ 51 (+142.86%)
Mutual labels:  sort
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+76.19%)
Mutual labels:  sort
array-sort-by
Powerful mechanism to sort arrays or array of objects by one or more properties. You can also specify a custom comparer function.
Stars: ✭ 37 (+76.19%)
Mutual labels:  sort
sortr-cli
a cli tool to sort files in your machine 🗃
Stars: ✭ 12 (-42.86%)
Mutual labels:  sort
ShiftSort
Sorting algorithm quicker than MergeSort, and is adaptive and stable.
Stars: ✭ 39 (+85.71%)
Mutual labels:  sort
yolo-deepsort-flask
Target detection and multi target tracking platform based on Yolo DeepSort and Flask.
Stars: ✭ 29 (+38.1%)
Mutual labels:  sort
laravel-auto
Laravel Auto - a helper package to make automated lists with filters, sorting and paging like no other
Stars: ✭ 41 (+95.24%)
Mutual labels:  sort
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (+123.81%)
Mutual labels:  sort
express-mquery
Expose mongoose query API through HTTP request.
Stars: ✭ 37 (+76.19%)
Mutual labels:  sort
AppListManager
📱 AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (+180.95%)
Mutual labels:  sort
postcss-sort-media-queries
PostCSS plugin for combine and sort CSS media queries with mobile first or desktop first methods.
Stars: ✭ 118 (+461.9%)
Mutual labels:  sort
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-28.57%)
Mutual labels:  sort
volx-recyclerview-fast-scroll
An easy to use implementation for fast scroll recyclerview
Stars: ✭ 34 (+61.9%)
Mutual labels:  sort
vscode-yaml-sort
This VS Code extension exposes the possibility to sort, format and validate yaml files.
Stars: ✭ 25 (+19.05%)
Mutual labels:  sort
quickselect
A fast selection algorithm in JavaScript.
Stars: ✭ 73 (+247.62%)
Mutual labels:  sort
nested-sort
Nested Sort is a JavaScript library which helps you to sort a nested list of items via drag and drop.
Stars: ✭ 31 (+47.62%)
Mutual labels:  sort
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (+309.52%)
Mutual labels:  sort
intersort
Sort anything.
Stars: ✭ 55 (+161.9%)
Mutual labels:  sort

Sort JS Object Keys README

This is a VS code extension to alphabetically sort the keys in selected js objects keys in your code.

It supports:

  • The latest ECMAScript version enabled by default (ES2017).
  • Typescript.
  • Comment attachment.

Usage

Usage animation

  1. Select a js object in your source
    Note: it uses full lines so ensure the selected lines are a valid js object, start from the "{" and end from the "}"
  2. Run the extension command
    • Sort JS object keys
      Keybinding: Alt+S
    • Sort JS object keys (Reverse)

Reference

Use @babel/parser to parse the code, and sort the parsed code, then use @babel/generator to genertate the code back to document

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].