Closed joshring closed 2 months ago
Describe the bug Slice inner type is correctly reported, but the slice itself seems to be omitted in the function signature on hover
To Reproduce Create function which uses a slice, eg
fn void main(String[] args) { return; }
Expected behavior Expect the signature to mention the type is a slice of the type reported
Screenshots
Desktop (please complete the following information):
1.92.2 fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 x64
Additional context Add any other context about the problem here.
Good catch. Happens everywhere, not only on function signatures.
I noticed that this is fixed in many places, but the function argument is still not being spotted as a slice when hover onto main itself
main
Describe the bug Slice inner type is correctly reported, but the slice itself seems to be omitted in the function signature on hover
To Reproduce Create function which uses a slice, eg
Expected behavior Expect the signature to mention the type is a slice of the type reported
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.