Page 1 of 1

Convert jsx to jsxbin

Posted: August 26th, 2019, 9:47 am
by RayRainier
Hi guys!

As you all know, ExtendScript Toolkit doesn't exists anymore. Does anyone knows how to convert a jsx file into jsxbin in Visual Studio Code? Or maybe is there a converter I can download?

Thanks!

Re: Convert jsx to jsxbin

Posted: September 19th, 2019, 4:03 pm
by OliverWatson
Hey, Ray.

I installed ExtendScript Toolkit just a couple of weeks ago. You can still get it here: https://helpx.adobe.com/download-instal ... nload.html

Re: Convert jsx to jsxbin

Posted: April 14th, 2020, 10:38 am
by alexmunteanu

Hey,

There are a couple of utilities on github, such as https://github.com/runegan/jsxbin
If you're an Atom user you can check out my JSXBIN encoder: https://atom.io/packages/jsxbin-encoder
Or for Visual Code: https://github.com/axwt/texttojsxbin

All of these tools are using esdebugger-core from https://marketplace.visualstudio.com/it ... ript-debug
You can also use this module directly in your own gulp/grunt/webpack building process. I can send you a gulp sample if you want to.

Nice portfolio btw! ;)

Cheers!