Skip to content

js extended class autocomplete includes extender's private fields #37825

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

Closed
pushkine opened this issue Apr 7, 2020 · 0 comments · Fixed by #37906
Closed

js extended class autocomplete includes extender's private fields #37825

pushkine opened this issue Apr 7, 2020 · 0 comments · Fixed by #37906

Comments

@pushkine
Copy link
Contributor

pushkine commented Apr 7, 2020

TS Template added by @mjbvz

TypeScript Version: 3.9-beta

Search Terms

  • javascript
  • private fields

class X{
	#private
}
class Y extends X {
	pri
}

Code_2020-04-07_16-13-53
1.43.2

possible duplicate of #9950
seems weird to have autocomplete yet features like Go to definition fail

@mjbvz mjbvz transferred this issue from microsoft/vscode Apr 7, 2020
@mjbvz mjbvz removed their assignment Apr 7, 2020
@microsoft microsoft deleted a comment from vscodebot bot Apr 7, 2020
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

Successfully merging a pull request may close this issue.

2 participants