recoder
is an Atom package for sorting code blocks in various programming languages.
YAML
roaming
: every key is attended by the group of comments preceding it (if any)steady
: all comments are left in place
recoder[-reverse][-natural][-case]:<language>[-<mode>]
reverse
: descending ordernatural
: natural ordering (as opposed to lexicographical)case
: case-insensitive orderinglanguage
: the language name in lowercase (e.g. yaml
)mode
: additional option (depends on the language
, e.g. steady
)Examples
recoder-natural:yaml-steady
recoder-reverse-case:yaml-roaming
Just hit Ctrl-Shift-P
and start typing your command; the list below instantly shows matching commands and you can either use arrow-keys followed by Enter
or click on that command.
apm
:
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.