Doesn't work conversion from slash case to any other
this is the downside of adding support for some of these non-standard casings, the way the plugin is written right now just can't handle converting from stuff like slash-case to something else (its because sublime interprets the / as a token delimiter, and CaseConversion utilizes sublime's built in tokenizeing).
This is definitely something I would like to support. marking it as a weird bug+feature hybrid. Thanks.
was just doing a little maintenance. Currently, if you highlight the entire token manually conversion to/from pretty much any casing scheme works as expected.
Not considering this resolved, we could still potentially add better support for extended token recognition outside of what sublime provides.
I am forked, committed and noted this change for my self only.
So I didn't open a pull request. :-p
I didn't know Github now will auto make reference to other repository issues. lol