Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

about aem sync to local code

Avatar

Level 1

how can we sync the AEM instance component with out packaging the components

1 Accepted Solution

Avatar

Correct answer by
Level 2

Use Brackets IDE which allows you to import or export code from/to server. Another alternative is VS Code IDE with its AEM Sync plugin - 

https://marketplace.visualstudio.com/items?itemName=yamato-ltd.vscode-aem-sync

View solution in original post

4 Replies

Avatar

Correct answer by
Level 2

Use Brackets IDE which allows you to import or export code from/to server. Another alternative is VS Code IDE with its AEM Sync plugin - 

https://marketplace.visualstudio.com/items?itemName=yamato-ltd.vscode-aem-sync

Avatar

Level 4

You can follow this document to Setup your IDE -https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/set-up-a-local-aem-development-environment#set-up-an-integrated-development-environment

 

Avatar

Community Advisor

Hi,

 

There are several ways to do this, and almost every IDE has its own tool to achieve this behavior. Depending on which IDE you are using, you can choose the tool that works best for you; there is no specific preference. In this article, you can find out how to configure the most popular ones, like Eclipse, IntelliJ, VSCode: https://experienceleague.adobe.com/en/docs/experience-manager-learn/foundation/development/set-up-a-... 

 

Hope this helps

 



Esteban Bustamante

Avatar

Administrator

@sriharsha98 Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni