Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

VSC texttojsxbin/ESTK encode with //@include

Contributor ,
Nov 04, 2021 Nov 04, 2021

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.

TOPICS
Scripting
473
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 06, 2022 Jan 06, 2022

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 16, 2022 Jan 16, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 17, 2022 Jan 17, 2022
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines