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

Set Up Development Environment - Adobe Script Development

Explorer ,
Nov 07, 2024 Nov 07, 2024

What is the recommended way to set up development environment to write scripts for adobe products?

My process right now is to create a jsx, run the script with an action and use the alert function to log information. This is limiting cause I can't log the scope of objects and test before a infinite loop.

Thanks

 

TOPICS
Actions and scripting , macOS , Windows
344
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

correct answers 1 Correct answer

Community Expert , Nov 07, 2024 Nov 07, 2024

For legacy JSX, it's MS Visual Studio Code + Adobe ExtendScript Debugger

 

https://creativepro.com/setting-up-vscode-for-extendscript-a-practical-guide/

 

I have no problem with alert() but you can also use $.writeln() for display when using "Run and Debug > Debug Console".

 

For UXP, it's the UXP Developer Tools app (good luck), which you can download from your Creative Cloud app.

 

https://developer.adobe.com/photoshop/uxp/2022/scripting/getting-started/

Translate
Adobe
Community Expert ,
Nov 07, 2024 Nov 07, 2024

For legacy JSX, it's MS Visual Studio Code + Adobe ExtendScript Debugger

 

https://creativepro.com/setting-up-vscode-for-extendscript-a-practical-guide/

 

I have no problem with alert() but you can also use $.writeln() for display when using "Run and Debug > Debug Console".

 

For UXP, it's the UXP Developer Tools app (good luck), which you can download from your Creative Cloud app.

 

https://developer.adobe.com/photoshop/uxp/2022/scripting/getting-started/

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
Explorer ,
Nov 07, 2024 Nov 07, 2024

Thank you!

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 ,
Nov 07, 2024 Nov 07, 2024
LATEST

You're welcome.

 

For completeness, the old Adobe ExtendScript Toolkit program is still viable for Windows users.

 

https://github.com/Adobe-CEP/CEP-Resources/tree/master/ExtendScript-Toolkit

 

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