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

Adding jsdoc type breaks hover positions #61199

Closed
DannyMeister opened this issue Oct 18, 2018 · 1 comment
Closed

Adding jsdoc type breaks hover positions #61199

DannyMeister opened this issue Oct 18, 2018 · 1 comment
Assignees
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@DannyMeister
Copy link

When I add a jsdoc type annotation it is breaking the position for hover for all identifiers after it in the .js file. The number of remaining characters within the comment following /** @type seems to the amount that the character position is off by. The problem persists until vscode is closed and reopened.

jsdoc_hover_pos

Issue confirmed present with all extensions disabled.

Version 1.28.2

@vscodebot vscodebot bot added the javascript JavaScript support issues label Oct 18, 2018
@mjbvz
Copy link
Contributor

mjbvz commented Oct 18, 2018

Duplicate of microsoft/TypeScript#27471 I believe

Try upgrading your workspace to use typescript@next by following these instructions to see if microsoft/TypeScript#27343 fixed the problem

@mjbvz mjbvz closed this as completed Oct 18, 2018
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Oct 18, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript 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