Photoshop Debug Suggestions

Hello! Following Davide’s tutorial series I noticed that I don’t have the suggestions in the debugger available as he has.

I would need to set it to an constant before the suggestions shows up.
Is there any setting I am missing?

1 Like

Same goes for the next suggestions. I can’t really work like that.

1 Like

You can use documentation: https://developer.adobe.com/photoshop/uxp/2022/ps_reference/classes/photoshop/

Otherwise, I think suggestions are not shown for functions and getters. Maybe this changed internally.

1 Like

In Visual Studio Code it still works to get the suggestions out of the box without assigning anything but in the uxp debugger I somehow need to assign a variable first before the suggestions show up.

1 Like

If you would use TypeScript… then you can install typings and Intellisense will provide you suggestions based on that.