Skip to content

Hover information over export default #2736

@basarat

Description

@basarat

If you have a file with the following contents:

export default function(a: string, b: number) {
  return Promise.resolve(a + b);
}

Then there is no way to see function signature through hovering. Basically, because it has no name? It would be nice to get the hover information over the export or default keyword :-)

Original request : TypeStrong/atom-typescript#251

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issueHelp WantedYou can do thisSuggestionAn idea for TypeScript

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions