Show JsDoc documentation in auto-completion hints #65
Xkonti
started this conversation in
Feature Request
Replies: 1 comment
-
Interesting! I think it's implemented for default TypeScript types: But we should also implement it on imported vals. And/or we could pull in the val's readme... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe this was implemented at some point. Displaying JsDoc comments would drastically improve the auto-completion or docs-on-hover usability. Many vals and external libraries utilize JsDocs to provide some in-line documentation. For example on the screenshotbelow there are no docs displayed other than the typescript-derived function definition:
This function has a JsDoc providing more info on how to use it:
Beta Was this translation helpful? Give feedback.
All reactions