cancel
Showing results for 
Search instead for 
Did you mean: 

Code completion in SAP UI5

Former Member
0 Kudos

Hello,

I am using eclipse ADT to create SAPUI5 application. I have gone through various tutorials in achieving the code completion process when developing the application.

After following all the mentioned steps I am not able to fix the issue for code completion. Like in below screen shots, when I am trying to set the properties as setDisplayBlock(true) it works fine but with CTRL+SPACE doesn't bring that method but it gives the list of other public methods as follows:

I followed the steps as mentioned in below link: JavaScript Code Completion - SAPUI5: UI Development Toolkit for HTML5 - SAP Library

Please advice.

Thanks, SL

Accepted Solutions (0)

Answers (2)

Answers (2)

WouterLemaire
Active Contributor
0 Kudos

use the SAP Web IDE. Not sure if eclipse UI5 plugin is still up to date.

Kind regards,

Wouter

Former Member
0 Kudos

Thanks for the reply. I will possibly update the UI5 plugin and will post the outcome.

Many Thanks , SL

Former Member
0 Kudos

Very unfortunate ! it seems me only faced this situation no reply yet !!

SergioG_TX
Active Contributor
0 Kudos

SAP Learner,

is it because it is out of scope? I am not sure if the this keyword is referencing your file or your function. maybe try to look for a function in scope vs out of scope. it should work as you have seen in other blog post