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
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:
Does not work:
VSCode Version: Version 1.32.3
OS Version: Mac Mojave 10.14.3
Steps to Reproduce:
Create a javascript function with a public member
Try to reference same member below it
Suggestion shows 'abc' options only
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
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](https://user-images.githubusercontent.com/13693304/55280015-0cf2ce80-52dd-11e9-8786-9ae07fb9270e.png)
Does not work:
![Screen Shot 2019-03-30 at 11 16 42 AM](https://user-images.githubusercontent.com/13693304/55280032-56431e00-52dd-11e9-9b9f-dd48b8b1d53e.png)
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: