Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hennamann/cc-extension-builder-for-visual-studio-code

A Visual Studio Code Extension that lets you create HTML based extensions for Adobe Creative Cloud applications such as Photoshop, Illustrator and InDesign.
https://github.com/hennamann/cc-extension-builder-for-visual-studio-code

adobe cep extension illustrator indesign photoshop vscode-extension

Last synced: 3 months ago
JSON representation

A Visual Studio Code Extension that lets you create HTML based extensions for Adobe Creative Cloud applications such as Photoshop, Illustrator and InDesign.

Awesome Lists containing this project

README

        

# CC Extension Builder for Visual Studio Code

This extension, makes it easier to create HTML5 extensions for Adobe Creative Cloud in Visual Studio Code.

Works on both Mac and Windows!

## Features

- Creates an extension for you based on a premade template.
- Allows you to enable and disable CEP debug mode inside Visual Studio Code.

## Known Issues

## Release Notes

### 1.0.0

Initial release of the extension.

### 1.0.1

- Added a disable CEP debug mode command.
- Added template picker option, to allow the user to choose between the different templates.

### 1.0.2/1.0.3
- Fixed a lot of Windows issues, Windows now works and has been tested!
- General performance improvements.

### 1.1.0
- Adds compatibility with CEP 9 and basic compatbility with the upcoming CEP 10.
- Updated/Removed NPM modules with security vulnerabilities.
- Code Cleanup

### 1.1.2
- Adds prefixes to the commands in order to distinquish them from other commands. (See Issue #5)