Community
Participate
Working Groups
Build Identifier: WTP 3.2 When i have a global function like this: com.mycompany.app.Controller.showTransactions = function() { ... }; and I want to use content assist to get to the function, I type "show" then invoke the content assist. I would expect the function to be proposed but it wasn't. On the other hand, I get content assist on the "IType" portion. if I type "Cont" and invoke content assist, I get the proposal for "com.mycompany.app.Controller". then invoke content assist again off of the "IType", I finally get the proposal for the method. This is great but it's the "java way". I'd like to see the "javascript way" to work as well. Reproducible: Always
There is not enough information for me to reproduce this. Can you provide a complete source that includes the definition of the objects/types in question.
*** This bug has been marked as a duplicate of bug 324874 ***