text-to-string-for-javascript-converter

This package changes selected Text to javascript String with ctrl-alt-e and will try to convert back with ctrl-alt-w. The string to convert can contain variable name which indicated by ":" example A:B\nC will convert to "A" + B + "" + \n "C"

tanadee

1,479

1

0.0.7

MIT

GitHub

javascript-string package

This package change selected Text to javascript String with ctrl-alt-e and will try to convert back with ctrl-alt-w. The string to convert can contain variable name which indicated by ":" example

A:B C

will convert to

"A" + B + "" + "C"

A screenshot of your spankin' package