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

Shift-Up/Down for multi-word shiftable terms #47

Open schittli opened 5 years ago

schittli commented 5 years ago

Good morning Thank you very much for this great Plugin!, it has a kind of magic :-)

I tried to use Shifter with Strings which contains a space, e.g: |todo Task:|todo Bug:|todo Question:| This would allow to quickly change todo-Comments.

Shifter works with those terms if one selects the existing string and then use Shifter, otherwise, it does not detect the shiftable terms.

It would be great if Shifter could detect Multi-Word shiftable terms... unfortunately, I guess this could be really tricky.