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

Content assist inserts wrong arguments #206

Open
marsiancba opened this issue Sep 7, 2017 · 2 comments
Open

Content assist inserts wrong arguments #206

marsiancba opened this issue Sep 7, 2017 · 2 comments

Comments

@marsiancba
Copy link

image

It should insert just bug1(a), as b is argument of callback function a.

Same problem happens for objects with index signature parameter:

image

@angelozerr
Copy link
Owner

angelozerr commented Sep 19, 2017

Indeed, today I have not managed that. Just find time to support it.

@marsiancba
Copy link
Author

It seems that this is implemented in Java with something like Regex. If you can point me to part of the code where this is implemented, I can try to fix that by myself.

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

2 participants