Skip to content
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

Tooltips on imports are useless #25676

Closed
brandonwamboldt opened this issue Apr 29, 2017 · 1 comment
Closed

Tooltips on imports are useless #25676

brandonwamboldt opened this issue Apr 29, 2017 · 1 comment
Assignees
Labels
javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@brandonwamboldt
Copy link

  • VSCode Version: 1.12.0-insider (0bec115)
  • OS Version: Windows 10

If you have an ES6 import like so:

import { someFunction } from './myfile.js';

I get the JSDoc for someFunction when I use it, but if I simply hover over the import, the tooltip reads import someFunction. There is opportunity to show the JSDoc which would be far more relevant. For reference, I'm using TypeScript.

useless

not useless

@mjbvz mjbvz self-assigned this Apr 29, 2017
@mjbvz mjbvz added javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels May 2, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented May 2, 2017

I agree the current behavior is pretty useless. microsoft/TypeScript#5515 tracks this upstream on the TypeScript side. I'll see if we can get this prioritized

Closing as upstream

@mjbvz mjbvz closed this as completed May 2, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants