Skip to content

Hover information over export default function does not work #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Deathspike opened this issue Apr 12, 2015 · 1 comment
Closed

Hover information over export default function does not work #251

Deathspike opened this issue Apr 12, 2015 · 1 comment

Comments

@Deathspike
Copy link

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

@basarat
Copy link
Member

basarat commented Apr 12, 2015

Raised with the TypeScript team : microsoft/TypeScript#2736 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants