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
classTest{constructor(){// empty}test(){console.log(/* here will use autocomplete */);}}
Bug: Inside test method inside console.log instead of /* here will use autocomplete */ try to put this.constructor, but after typing this. there will be no constructor property in autocomplete dropdown
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Version: 1.97.2 (user setup)
Commit: e54c774e0add60467559eb0d1e229c6452cf8447
Steps to Reproduce:
test
method insideconsole.log
instead of/* here will use autocomplete */
try to putthis.constructor
, but after typingthis.
there will be noconstructor
property in autocomplete dropdownThe text was updated successfully, but these errors were encountered: