A plugin panel where you can coding JSX script.
when scripting in Photoshop, we always need to test our jsx code to see if works or not. We use Adobe Extension Toolkit to do it, But it's not supported on latest mac OS.
So I made a plugin to help plugin development
embeded code editor in which you can put your JSX code and run. execution result are displayed in the output field.
and when error occurs, you can see exception detail in the output field.
notce: debug is not implemented!
you can quickly execute a jsx file on disk, without using File -> Script -> Select...
when selected a layer, it shows the layer information in JSON format
easy way to manage your code snippet, you can save your code and use in future.
download latest release from release page
unzip the installer zip and double click to install
after installation complete, restart your photoshop and open the panel from Window -> Extensions -> Padda - devtool
if meet any problem, or you have new good idea, please report an issue.
enjoy!