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

Underscore separated names #37

Closed lkb2k closed 6 years ago

lkb2k commented 7 years ago

Great plugin. Wanted to add a feature request to be able to shift between camelCase and underscore separated names instead of minus separated. My project has a lot of camel case fields mapped to underscore separated sql columns, so being able to copy/paste and shift those would be awesome.

kstenschke commented 7 years ago

Hi lkb2k, thanks for the suggestion! This should come with the next release.

kstenschke commented 6 years ago

Since the latest release (1.7.7) of Shifter, selected underscore separated names can be shifted into camel case and vice versa.