Parameters
does not copy function description message.
#46353
Labels
Working as Intended
The behavior described is the intended behavior; this is not a bug
Bug Report
π Search Terms
parameters jsdoc description message
π Version & Regression Information
parameters
β― Playground Link
Playground link with relevant code
π» Code
Then hover over
basicallyTheSameFunction
.π Actual behavior
The function does not have a description, whereas
myCoolFunction
does.π Expected behavior
The
basicallyTheSameFunction
would have the same description asmyCoolFunction
.π Motivating Example
I'm not familiar with the inner workings of TypeScript, so in case this is more of a feature request rather than a bug report, please consider the following use case: playground link
When working with jsdoc only, I think the cleanest way of supporting overloaded functions for Intellisense is like this:
Then when typing
overloaded()
, the parameter suggestions window will show all the possible signatures, but unfortunately descriptions are not copied this way.The text was updated successfully, but these errors were encountered: