Skip to content

Tooltip drill down #13304

@mjbvz

Description

@mjbvz

From @unional on January 4, 2017 2:14

  • VSCode Version: 1.8.0
    Steps to Reproduce:
interface FooOption {
  /**
   * Doing boo stuff
   */
  boo(x: number): boolean
}

function foo(option: FooOption) {

}

foo({
  boo()
})

image

image

Currently, autocomplete is doing a better job than the tooltip. When you type boo, autocomplete gets the definition of boo and display it. But once you type (, it falls back to the tooltips and only show the tooltip of foo(...) instead.

It would be nice to have the tooltips shows the info for boo(). 🌷

Copied from original issue: microsoft/vscode#18070

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDuplicateAn existing issue was already createdVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions