Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hennamann/cc-extension-builder-for-visual-studio-code
- Owner: Hennamann
- License: mit
- Created: 2017-10-14T22:30:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:15:03.000Z (about 2 years ago)
- Last Synced: 2024-11-05T13:43:12.097Z (3 months ago)
- Topics: adobe, cep, extension, illustrator, indesign, photoshop, vscode-extension
- Language: JavaScript
- Size: 414 KB
- Stars: 45
- Watchers: 6
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)