Wraps underscore.string’s string manipulation functions for use in Atom.
Install the package with apm install underscore-string
There are no default keybindings but you can add your own by editing your keymap.cson
file, eg:
'atom-workspace':'ctrl-alt-s': 'underscore-string:slugify'
The following underscore.string methods are currently available:
camelize
capitalize
chars
classify
clean
cleanDiacritics
dasherize
decapitalize
escapeHTML
escapeRegExp
humanize
lines
ltrim
pred
quote
reverse
rtrim
slugify
stripTags
succ
swapCase
titleize
toNumber
trim
underscored
unescapeHTML
unquote
word
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.