You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Th code completion works fine for objects created in java, but it does't work for objects created in script itself.
for example for the following object created in script its x and y properties (even methods) are not populated in code completion window. var m={x:12,y:13}
How can I implement this?
The text was updated successfully, but these errors were encountered:
Th code completion works fine for objects created in java, but it does't work for objects created in script itself.
for example for the following object created in script its x and y properties (even methods) are not populated in code completion window.
var m={x:12,y:13}
How can I implement this?
The text was updated successfully, but these errors were encountered: