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

Intellisense not using JSDoc for imported files #23830

Closed
brandonwamboldt opened this issue Apr 2, 2017 · 1 comment
Closed

Intellisense not using JSDoc for imported files #23830

brandonwamboldt opened this issue Apr 2, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@brandonwamboldt
Copy link

  • VSCode Version: 1.11.0-insider (32942fd)
  • OS Version: Windows 10 x64

Steps to Reproduce:

  1. Create a file called test.ts with the following contents:
/** This is my test */
export function test() {

}
  1. Create a file called test2.ts with the following content:
import { test } from './test';

Intellisense within test.ts works correctly:

working

Intellisense within test2.ts doesn't work correctly:

not working

But it shows up after you autocomplete:

sorta working

It doesn't seem to be a TypeScript issue as it also occurs with .js files.

@mjbvz mjbvz added *duplicate Issue identified as a duplicate of another issue(s) upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels Apr 3, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 3, 2017

Thanks. This is an issue with the TypeScript server that we use to power our TS and JS language features. We're tracking it upstream with: microsoft/TypeScript#11099

@mjbvz mjbvz closed this as completed Apr 3, 2017
@mjbvz mjbvz added javascript JavaScript support issues typescript Typescript support issues labels Apr 3, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) 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