Skip to content

Hover information over export default function does not work #251

Closed
@Deathspike

Description

@Deathspike

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 :-)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions