Hi All,
I have configured eclipse Luna IDE with Adobe AEM plugin and created project by selecting available artifacts.
When i press CNTRL+SPACE BAR ,i am not getting any code assistance and also files(.jsp,js,html) are not as flat files.
What are sort of settings needs to be done to get code assistance or are there any other IDE simplifies this feature??
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Kishore,
Eclipse will assist you in code completion for all the API (Sling, AEM, JCR). You can use Brackets if you are using Sightly which helps you in assisting for sightly , HTML, JS etc...
Where both the IDEs can be configured easily to sync your code.
Regards,
Lokesh
Views
Replies
Total Likes
Hi Kishore,
You can use CRXDE IDE,
AFAIK, AEM Plugin will help you to create project in eclipse.
Thanks
Views
Replies
Total Likes
Hi Kishore,
Eclipse will assist you in code completion for all the API (Sling, AEM, JCR). You can use Brackets if you are using Sightly which helps you in assisting for sightly , HTML, JS etc...
Where both the IDEs can be configured easily to sync your code.
Regards,
Lokesh
Views
Replies
Total Likes
bsloki wrote...
Hi Kishore,
Eclipse will assist you in code completion for all the API (Sling, AEM, JCR). You can use Brackets if you are using Sightly which helps you in assisting for sightly , HTML, JS etc...
Where both the IDEs can be configured easily to sync your code.
Regards,
Lokesh
Iknow both the Eclipse and Brackets will support code completion and assistance features but not am not sure how to enable them even though after adding dependencies in the respective poms.
Thanks,
Kishore
Views
Replies
Total Likes
Hi Kishore
Please find below the community article that would help to to create AEM project using Eclipse IDE
Link:- https://helpx.adobe.com/experience-manager/using/creating-aem-project-using-eclipse.html
and a community article, showing how to create first AEM Service,
Link:- https://helpx.adobe.com/experience-manager/using/first-osgi.html
Link:- http://adobeaemclub.com/how-to-set-up-aem-projects-using-eclipse-plugin/
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Adding dependency in POM has very less to do with auto completion.
Only solution is to use CRXDE IDE ( eclipse like development tool ) or brackets
Views
Replies
Total Likes
edubey wrote...
Adding dependency in POM has very less to do with auto completion.
Only solution is to use CRXDE IDE ( eclipse like development tool ) or brackets
Ok.
Any idea on how to achieve using Brackets?
Only html related markups popping when clicking on CNTRL+SPACE bar.
Views
Replies
Total Likes
In this case Brackets will only help you till the time you use HTML, JS, Sightly not JSP
Views
Replies
Total Likes