Open st-schneider opened 4 years ago
If you hover over the create
text in the server.create()
function, does it show information about the parameter names?
Nested functions like this should work and have in other scenarios I've tried.
here you go.
I know this issue is here for some time, but I have a similar problem and it's a much clearer example. I have a custom class, with a 3-param constructor:
However, if I use that constructor inline within a different function, the params will not show:
Is it possible to have the parameters resolution within another parameter? In the example
Server
has the parameter name resolved but theseeds
function does not.