コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Code Completion and Assistance is not working in eclipse Luna

Avatar

Level 9

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

1 受け入れられたソリューション

Avatar

正解者
Level 10

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 返信

Avatar

Level 10

Hi Kishore,

You can use CRXDE IDE

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

Thanks

Avatar

正解者
Level 10

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

Avatar

Level 9

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

Avatar

Administrator

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

Avatar

Level 10

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

Avatar

Level 9

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.

Avatar

Level 10

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