jdavisclark / CaseConversion

Case conversion plugin (pascal, camel, snake) for sublime text 2
MIT License
300 stars 47 forks source link

Added Better Title Case #48

Open jadutter opened 5 years ago

jadutter commented 5 years ago

Added Better Title Case to transform multi-word variables. Example: "committed_datetime:{}".format(committed_datetime) into "Committed Datetime:{}".format(committed_datetime) instead of Sublime's Title Case "Committed_datetime:{}".format(committed_datetime)