get (or set) function shows description from *both* get and set function on hover #20966
Labels
Effort: Moderate
Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".
Help Wanted
You can do this
Suggestion
An idea for TypeScript
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From @kleinfreund on December 24, 2017 9:36
Steps to Reproduce:
View the following code with language mode set to JavaScript
Hover over the
value
getter (or setter) functionExpected behavior:
Getter text
(orSetter text
) appears in the box as the function description.Actual behavior:
Getter text Setter text
appears in the box as the function description.Copied from original issue: microsoft/vscode#40775
The text was updated successfully, but these errors were encountered: