adobe / aem-brackets-extension

Brackets extension for Adobe Experience Manager (AEM) front-end developers with auto-sync and HTL support.
https://docs.adobe.com/content/docs/en/dev-tools/aem-brackets.html
Apache License 2.0
52 stars 22 forks source link

Remove the dependency to the aem-htl-ide-api bundle #81

Closed raducotescu closed 6 years ago

raducotescu commented 6 years ago

The aem-htl-ide-api provides some autocomplete features for data-sly-use constructs, however only for objects implementing the deprecated WCMUse interface coming from bundles deployed to the content repository.

Given the limited applicability in today's HTL projects for the aem-htl-ide-api functionality, coupled with the fact that the bundle needs some maintenance to even work on newer AEM instances, the functionality should just be removed for now.