For VSCode, see VS Code Adobe Development Utils extension ( GitHub ).
Encodes the selected JSX to JSXBIN. For encoding, it uses the @esdebug module from ExtendScript Debugger.
apm install jsxbin-encoder
Settings
> Install
> Search packages for jsxbin-encoder
.Install
and then reload
Atom./users/YOUR_USERNAME/.atom/packages
.npm install
.Ctrl + Alt + Q
on Windows or Cmd + Alt + Q
on Mac.Encode to JSXBIN
.Packages
> JSXBIN encoder
> Encode to JSXBIN
.eval
uses out of the total number of script lines).js
, .jsx
, .jsxinc
and .jsxbin
only)JS multi-line comment
:
Alt + C
JS multi-line uncomment
:
Alt + X
Grow selection
: Automatically grow the selection to the beginning and end of each selected line. Default: true
Obfuscate
: Obfuscate the selection before encoding it to JSXBIN. Uses javascript-obfuscator. Default: false
eval() position
: Insert the eval
method above or under the selection. Default: under
Quotes
: Use single or double quotes inside the eval
method. Default: single
Auto-fold
: Auto-fold the newly commented selection. Default: true
Style
: Use single-line or multi-line comment style to comment-out the newly encoded selection. Default: multi-line
Disable notifications
: Choose whether to show or not a pop-up notification after each completed task. Default: false
Disable warnings
: Choose whether to show or not a pop-up warning, if the script processing time might increase or if the current language isn't supported. Default: false
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.