Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@returns jsdoc info not surfaced in UI #36462

Closed
mjbvz opened this issue Oct 18, 2017 · 2 comments
Closed

@returns jsdoc info not surfaced in UI #36462

mjbvz opened this issue Oct 18, 2017 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Oct 18, 2017

/**
 * @returns Stuff
 */
function foo() {}

foo()

The @returns description is not surfaced in the UI for completions or hovers

@mjbvz mjbvz self-assigned this Oct 18, 2017
@mjbvz mjbvz added javascript JavaScript support issues typescript Typescript support issues bug Issue identified by VS Code Team member as probable bug labels Oct 18, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Oct 18, 2017
@LazyKnightX
Copy link

LazyKnightX commented Oct 29, 2017

This will help javascript developer feel good while using vscode, vote +1.
and now lack of feature:
@return {FOO} some description here
when Ctrl+MouseLeftClick "FOO", vscode won't redirect to declaration of "FOO".

Sorry if I post this at wrong place, I'm newbie learning here.

@mjbvz
Copy link
Collaborator Author

mjbvz commented Nov 30, 2017

Fixed upstream by typescript@next (TypeScript 2.7):

screen shot 2017-11-29 at 6 09 36 pm

Please see Using Newer TypeScript Versions documentation for more details on updating your VSCode to use typescript@next

@mjbvz mjbvz closed this as completed Nov 30, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants