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

Proposal: Migrate ExtendScript extensions to be compatible with JavaScript/TypeScript

Engaged ,
Mar 10, 2022 Mar 10, 2022

Copy link to clipboard

Copied

I read in the Hennamann/ExtendScript-for-Visual-Studio-Code GitHub repository that it takes a separate language server to fully support ExtendScript because of the language extensions added to ExtendScript.

 

In order to more easily get IDE support, wouldn't it be feasible to migrate those extensions to become compatible with JavaScript?

 

The most easy approach would be to use const strings or one-line comments instead of pragmas for configuring target application etc., e.g.:

 

"use strict"
// #target "photoshop"
'#target "photoshop"'
"#target 'photoshop'"

Views

171
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
no replies

Have something to add?

Join the conversation