vscode to photoshop is an extension for Visual Studio Code to execute a JSX file in Photoshop.
Features
This extension allows you to write Extend Script and evaluate in photoshop directly from visual studio code.
Usage
Install the extension from the market place.
Press cmd + shift + p to open the command palete
type in: extend script and it will show the command.
When selected it will take the text from your active file or the current selection in the file. Then the extension will evaluate in photoshop your file.
Once it's completed you will se the result on the output panel under Extend Script log.
Requirements
You will need Phostoshop CC 2015 or greater installed
Known Issues
On windows: wscript is not returning any result to Extend Script log.
Release Notes
Functionality to evaluate scripts without saving,
Functionality to evaluate text selected
Functionality to evaluate text selected
Development
clone the repo
npm install
open with vscode
press f5 to start debuging the extension in vscode