You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this info it's problematic to provide rich tooling experience, as the features like Parameter Info popup need the parameter names. In addition to that, b doesn't provide its declaring entity.
The apparent difference between a and b or c is that the latter don't return any data from their TypedTree.ValRef.ValReprInfo properties. The data seems to be kept somewhere, as (at least) b has its parameter name compiled.
@dsyme Do you have an idea of how the missing data could be added?
The text was updated successfully, but these errors were encountered:
It looks like #13061 is caused by the same problem, though this issue is about the missing parameter data, and the other one sounds like it's about the presentation improvement (since parameter can indeed not have a name, and backticks aren't good there).
Consider 3 function declarations:
a
provides info about its parameters:b
andc
don't:Without this info it's problematic to provide rich tooling experience, as the features like Parameter Info popup need the parameter names. In addition to that,
b
doesn't provide its declaring entity.The apparent difference between
a
andb
orc
is that the latter don't return any data from theirTypedTree.ValRef.ValReprInfo
properties. The data seems to be kept somewhere, as (at least)b
has its parameter name compiled.@dsyme Do you have an idea of how the missing data could be added?
The text was updated successfully, but these errors were encountered: