aem-brackets-extension
aem-brackets-extension copied to clipboard
New feature request: Create a new component from scratch using Brackets/sightly plugin
It would be great if Brackets allows the AEM component developers to create components from scratch rather than going to crxde to create component first and the sync it using AEM brackets plugin. It will be one stop IDE for frontend/component developers to use Brackets at that point.
+1
You can create components from scratch.
- Create a new folder
- Give the folder the name of your component
- Add your .html/jsp default file
- Save
Brackets will take care of uploading the files for you and sync with CRXDE.