Convert jsx to jsxbin

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
User avatar
RayRainier
Posts: 4
Joined: August 16th, 2019, 10:53 am
Contact:

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!
OliverWatson
Posts: 2
Joined: September 19th, 2019, 3:40 pm

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
User avatar
alexmunteanu
Posts: 8
Joined: April 11th, 2020, 9:27 pm

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!

Post Reply