[TSServer] navto Does not Return Methods Assigned to Prototype #13875
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From microsoft/vscode#19782
TypeScript Version: 2.1.5
Code
Make a
navto
request against TSServer with a search string ofhello
Expected behavior:
Return entries for both
hello
andmyHello
Actual behavior:
Only an entry for
myHello
is returned:The text was updated successfully, but these errors were encountered: