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

JS function public variable autocomplete not working #30673

Closed
skwny opened this issue Mar 30, 2019 · 3 comments
Closed

JS function public variable autocomplete not working #30673

skwny opened this issue Mar 30, 2019 · 3 comments
Labels
External Relates to another program, environment, or user action which we cannot control.

Comments

@skwny
Copy link

skwny commented Mar 30, 2019

Description:
When trying to access a function public member (inside the function it was defined), autocomplete only provides suggestions for 'abc' options and not the actual public member.

Works:
Screen Shot 2019-03-30 at 11 03 52 AM

Does not work:
Screen Shot 2019-03-30 at 11 16 42 AM

  • VSCode Version: Version 1.32.3
  • OS Version: Mac Mojave 10.14.3

Steps to Reproduce:

  1. Create a javascript function with a public member
  2. Try to reference same member below it
  3. Suggestion shows 'abc' options only

Does this issue occur when all extensions are disabled?: Yes

@mjbvz mjbvz transferred this issue from microsoft/vscode Mar 31, 2019
@mjbvz mjbvz removed their assignment Mar 31, 2019
@mjbvz
Copy link
Contributor

mjbvz commented Mar 31, 2019

Likely duplicate of #27328

@RyanCavanaugh RyanCavanaugh added the External Relates to another program, environment, or user action which we cannot control. label Apr 1, 2019
@RyanCavanaugh
Copy link
Member

The screenshot shows a parse error due to the missing function name

@skwny
Copy link
Author

skwny commented Apr 1, 2019

The screenshot shows a parse error due to the missing function name

@RyanCavanaugh Are you saying the error is because the function is unnamed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Relates to another program, environment, or user action which we cannot control.
Projects
None yet
Development

No branches or pull requests

3 participants