-
Notifications
You must be signed in to change notification settings - Fork 38k
Closed
Closed
Copy link
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Description
- VSCode Version: Code 1.19.1 (0759f77, 2017-12-19T09:41:01.414Z)
- OS Version: Linux x64 4.13.0-21-generic
- Extensions: Extensions are disabled
Steps to Reproduce:
-
View the following code with language mode set to JavaScript
class Test { constructor() { this.value; } /** Getter text */ get value() { return this.value; } /** Setter text */ set value(value) { this.value = value; } }
-
Hover over the
valuegetter (or setter) function
Expected behavior:
Getter text (or Setter text) appears in the box as the function description.
Actual behavior:
Getter text Setter text appears in the box as the function description.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
javascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)