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

VS Code Extension for UXP Scripting

New Here ,
Feb 20, 2023 Feb 20, 2023

Copy link to clipboard

Copied

Is there a VS Code Extension for UXP scripting for InDesign?

TOPICS
UXP Scripting

Views

1.2K

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

correct answers 1 Correct answer

Guru , Feb 20, 2023 Feb 20, 2023

As far as I know, no. The UXP Developer tool's debugger is the only option at the moment.

Votes

Translate

Translate
Guru ,
Feb 20, 2023 Feb 20, 2023

Copy link to clipboard

Copied

As far as I know, no. The UXP Developer tool's debugger is the only option at the moment.

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 ,
Sep 16, 2024 Sep 16, 2024

Copy link to clipboard

Copied

I'd really like this kind of thing, I can't really use UXPDT to work on my scripts because it's not adapted at all;

In it's current state it's really really difficult to use it when you have to run 100 times the same script to Indesign (like almost 5 or 6 different clicks to run and debug one script).

With the VSCOde Extension I just bind CMD + R to launch the script and immediatly see the logs and see Indesign animate itself. This is wayyyy easier. 

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 Expert ,
Sep 16, 2024 Sep 16, 2024

Copy link to clipboard

Copied

I agree @tristang35192489 a UXP debugger for VSCode would be very welcome!

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 ,
Oct 11, 2024 Oct 11, 2024

Copy link to clipboard

Copied

LATEST

I found a way to run my script smoothly for now without UDT : I added my script to InDesign's user script folder (using an alias to my local repository) and then I bind cmd + R to the entry point of my UXP script so I can run it directly from InDesign and I display the UXP logs in the VSCode terminal with a tail command. It's not perfect but it's enough ! 🙂

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