heybourn / headwind

An opinionated Tailwind CSS class sorter built for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=heybourn.headwind
MIT License
1.38k stars 46 forks source link

Run sort on selected text in VS Code #65

Open pbeshai opened 4 years ago

pbeshai commented 4 years ago

Is your feature request related to a problem? Please describe. Some times there are situations where a regular expression for capturing all class names is too difficult to configure (or not possible, maybe related to #58), so class sorting doesn't run at all.

Describe the solution you'd like In these situations, it would be nice if I could select the text in VS Code and then cmd+shift+p headwind to sort them.