Skip to content

Conversation

@jadutter
Copy link

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)

`"committed_datetime:{}".format(committed_datetime)` into
`"Committed Datetime:{}".format(committed_datetime)` instead of
`"Committed_datetime:{}".format(committed_datetime)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant