Quote Toggle #284
eric-hemasystems
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work in languages that have different deliminator for quotes. When I used to use Atom I used this plugin to quickly toggle between them if I wanted to switch the string type. Largely re-created this behavior with the following module:
By default is toggles between
'
and"
although there is a table that allows other characters to be indicated. That table currently just has JavaScript which also adds the backtick character.Figured I would share in case it's useful to anybody else.
Beta Was this translation helpful? Give feedback.
All reactions