Tooltips on imports are useless #25676
Labels
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
If you have an ES6 import like so:
I get the JSDoc for
someFunction
when I use it, but if I simply hover over the import, the tooltip readsimport someFunction
. There is opportunity to show the JSDoc which would be far more relevant. For reference, I'm using TypeScript.The text was updated successfully, but these errors were encountered: