Skip to main content
Meng Zhiqun
Inspiring
November 5, 2021
Question

VSC texttojsxbin/ESTK encode with //@include

  • November 5, 2021
  • 2 replies
  • 503 views

Does anyone have any insights as to whether VSC's texttojsxbin can encode //@include? I'm at the last stage of compiling my code for aescripts and I couldn't get things to work.

This topic has been closed for replies.

2 replies

Participating Frequently
January 17, 2022

In the last update, Adobe Development Utils for VSC can do this.

GitHub: https://github.com/alexmunteanu/VS-Code-Adobe-Development-Utils/releases/latest

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=AlexMunteanu.adobe-dev-utils

 

P.S.: I'm the developer of this extension.

Participating Frequently
January 18, 2022

It can do it by merging all the includes into a single file.
[// @include] or [#include] cannot be encoded into JSXBIN.

Justin Taylor-Hyper Brew
Community Expert
Community Expert
January 6, 2022

I'd reach out to the developer of that project, or use the offical VS Code ExtendScript extension instead.