serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Wrong documentation tooltips for overloaded functions

Open vladimmi opened this issue 1 year ago • 0 comments

Example with std.math.algebraic.hypot - as you can see, it shows docs for another overload, even the signature in tooltip header is different (and is a bit wrong as well, it mixes @nogc and following if):

image

In my code I have struct with overloaded methods that have docs for each. Tooltip contents are both combined into one:

image

vladimmi avatar Jan 22 '24 20:01 vladimmi