-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Project does not contain document for @types with TS 2.4 #17131
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
Comments
This issue has also been reported here: microsoft/vscode#30425 (comment) |
I need to use TS2.4 to reproduce this due to #17138. My hypothesis is that this is because Can't reproduce it with just The error is likely that in |
Talked to @sheetalkamat and it looks like this was fixed by #16539. |
This does look to have been fixed by #16539. I've merged this into release-2.4. |
Yes I review must of the other related threads but this is still an issue for me. The latest build of VS Code with TypeScript 2.4.1, Express and MongoDB only has partial Intellisense enabled for the modules imported via the .ts file. TypeScript adds Express and MongoDB index.d.ts files to its @types folder there's very little documentation available. If you can image, this reduces my productivity dramatically. Any suggestions on resolving this. My repo is Rescue Shelter Also, is there anyway to include the actual JSDoc located in the node_module folder specifically? |
I will review the document. I did find this post on Angular University blog. It brief explain @type declaration and why the suggest using the noImplicityAny: true flag updated in tsconfig.json, and although it didn't resolve the issue complete it helped. MODIFIED: |
From microsoft/vscode#30463
TypeScript Version: 2.4.1
Code
file1.js
and trigger completions.broken.js
and try trigger completionsBug
The text was updated successfully, but these errors were encountered: