Hi,
I am currently getting into SAP UI5 and starting to develop some JS applications Eclipse, but I got problems with the code completion (or content assist, as it is called in Eclipse). On internet I can find a lot of hits on content assist, but most deal with the popup not appearing. But in my case this works fine, but selecting a proposal is not working.
I do get the the Popup with available entries, but when I double click on a line nothing is returned.
For example, when i type:
var oMatrix = new sap.ui.commons.layout.M
(and wait for content assist or press ^spacebar) I get to choose from the three available MatrixLayout... entries. Doubleclicking the first line results in:
var oMatrix = new ()
not really the expected result ![]()
Anyone with a good idea on how to solve this?
Hardware and Software info:
MacbookPro with with OS X version 10.7.5
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426
Java version 8 (build 1.8.0_25-b17) for OSX
I do not have a connection to SAP setup