-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tooltip drill down #13304
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDuplicateAn existing issue was already createdAn existing issue was already createdVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDuplicateAn existing issue was already createdAn existing issue was already createdVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
From @unional on January 4, 2017 2:14
Steps to Reproduce:
Currently, autocomplete is doing a better job than the tooltip. When you type
boo, autocomplete gets the definition ofbooand display it. But once you type(, it falls back to the tooltips and only show the tooltip offoo(...)instead.It would be nice to have the tooltips shows the info for
boo(). 🌷Copied from original issue: microsoft/vscode#18070