mrmlnc / vscode-attrs-sorter

:electric_plug: VS Code plugin for sorting of the tag attributes in the specified order.
https://goo.gl/nFSdjs
MIT License
8 stars 1 forks source link
visual-studio-code vscode vscode-extension

Sorting HTML and Pug/Jade attributes

Sorting of the tag attributes in the specified order.

HTML

2016-03-03_16-23-34

Jade

2016-03-03_16-23-51

Donate

If you want to thank me, or promote your Issue.

Gratipay User

Sorry, but I have work and support for plugins requires some time after work. I will be glad of your support.

Install

See the extension installation guide for details.

Usage

Supported languages

Supported settings

attrsSorter.order

An array of attributes in the correct order. See posthtml-attrs-sorter#order for more details.

For example:

{
  "attrsSorter.order": ["data-.+", "aria-.+", "class"]
}

Keyboard shortcuts

For changes keyboard shortcuts, create a new rule in File -> Preferences -> Keyboard Shortcuts:

{
  "key": "ctrl+shift+c",
  "command": "attrsSorter.execute"
}

Changelog

See the Releases section of our GitHub project for changelogs for each release version.

License

This software is released under the terms of the MIT license.