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

VSC texttojsxbin/ESTK encode with //@include

Contributor ,
Nov 04, 2021 Nov 04, 2021

Copy link to clipboard

Copied

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

Views

242

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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