"Quick info" and "go to definition" not working inside old school JavaScript constructor functions #26666
Labels
VS Code Tracked
There is a VS Code equivalent to this issue
Working as Intended
The behavior described is the intended behavior; this is not a bug
From @jakub-g on August 24, 2018 15:2
Perhaps related to #55910
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
this.foo()
callExpected:
this.foo
jsdoc from the beginning of the file is displayedCtrl
+clicking onfoo()
, the editor should move me to the definitionActual:
any
is displayedCtrl
+clickNote: When you write
myObject.
and doCTRL_SPACE
, bothfoo
andbar
are correctly suggested.Copied from original issue: microsoft/vscode#57157
The text was updated successfully, but these errors were encountered: