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

Support for seconds number values in CSS #43

Open FullStackAlex opened 5 years ago

FullStackAlex commented 5 years ago

Hey, thanx for the great plugin! Is it possible to add support for CSS seconds values as well? Like for transitions: transition: all .3s ease; right now i have to mark only the number to get it shifted, otherwise it shifts "all" or the seconds behind the number or nothing at all (when I select/mark ".3s" as whole).

would be nice if I could just place the cursor somewhere in ".3s" to shift only the number