Code Completion and Assistance is not working in eclipse Luna | Community
Skip to main content
GK-007
New Participant
December 6, 2015
Solved

Code Completion and Assistance is not working in eclipse Luna

  • December 6, 2015
  • 7 replies
  • 1215 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

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

7 replies

edubey
New Participant
December 7, 2015

In this case Brackets will only help you till the time you  use HTML, JS, Sightly not JSP

GK-007
GK-007Author
New Participant
December 7, 2015

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.

edubey
New Participant
December 7, 2015

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

kautuk_sahni
Employee
December 7, 2015

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

Kautuk Sahni
GK-007
GK-007Author
New Participant
December 7, 2015

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

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
December 6, 2015

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

edubey
New Participant
December 6, 2015

Hi Kishore,

You can use CRXDE IDE

AFAIK, AEM Plugin will help you to create project in eclipse.

Thanks