Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Completion for Objects in javascript rhino #48

Open
maheshkurmi opened this issue Jul 23, 2019 · 0 comments
Open

Code Completion for Objects in javascript rhino #48

maheshkurmi opened this issue Jul 23, 2019 · 0 comments

Comments

@maheshkurmi
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant