Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AEM SyncNew to Visual Studio Code? Get it now.
AEM Sync

AEM Sync

Preview

Yinkai15

|
35,407 installs
| (9) | Free
Sync file changes to AEM automatically
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AEM Sync README

AEM Sync is an extension for Visual Studio Code to automatically sync changes to files to a Adobe Experience Manager server. It is intended to be used for local development.

This is a preview extension

Currently only being tested by a dev team using Windows 10, MacOS High Sierra, and AEM 6.1. If you use this, please let me know how it works with your set up, OS, and AEM version!

Dependencies

This extension does NOT make use of Filevault. It entirely relies on Restful API's that AEM provides. Therefore, these API's must be enabled for this extension to work. They should be enabled by default on local author development servers.

Supported features

File change syncing

AEM Sync will look for and detect jcr_root folders, and begin watching all the folders and files in them for changes using fs.watch. When a change is detected, it will build an AEM Package and upload it to your AEM Server via a Restful API. You will notice a sync.zip package in your Package Manager, which will always contain the latest sync changes. There will only ever be one sync.zip file, and it's safe to delete.

Sync output log

The extension will create a 'aemsync' log in your Output view in VSCode that gives you detailed info on what's being synced. There is also some status messages at appear at the bottom of the VSCode window when it's syncing/when it's completed a sync.

alt text

Sync status

In the taskbar at the bottom of Visual Studio, you will see a status appear while it's syncing, and that gets replaced with a Sync success status for a few seconds after the sync is done. If there is errors in the sync, you will get a pop up notification in Visual Studio with the error.

alt text

Future features

A list of some features I'd like to integrate in the future. If you're feeling awesome and want to contribute, these features would be awesome.

Manual Bidirection Sync

The ability to select and sync specific folders/files from the Explorer Context menu to and from AEM.

Maven support

Detect Maven configs and sync the Backend Java changes with AEM.

Installation

You can install this extension in Visual Studio Code by searching for "AEM Sync" in the Extensions Marketplace inside VSCode, or clicking install from the Visual Studio Marketplace.

Configuration

This extension can be configured for your environment by using the Visual Studio Code Settings Editor. Currently, you can configure these properties:

  • Host
  • Port
  • Username
  • Password
  • Sync Delay
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft