kstenschke / shifter-plugin

Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
http://plugins.jetbrains.com/plugin/6149
Apache License 2.0
105 stars 13 forks source link

Option for CSS vendor properties before actual property #44

Open fisti opened 5 years ago

fisti commented 5 years ago

Is it possible, to add option to sort CSS properties so that vendor prefixed ones would be placed immediately before actual properties?

Additional info: https://css-tricks.com/ordering-css3-properties/#article-header-id-0

Current state:

Shifting a selection from a CSS file, sorts all attributes inside their selectors (alphabetically, vendor-attributes and vendor-styles at the end) Shifting selected attribute-style lines inside a CSS (or LESS or SASS) file, sorts them (alphabetically, vendor-attributes and vendor-styles at the end)