TypeScript: IntelliSense and autocomplete are broken after a period of time

Versions:

Version: 1.32.3 (user setup)
Commit: a3db5be9b5c6ba46bb7555ec5d60178ecc2eaae4
Datum: 2019-03-14T23:43:35.476Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
Betriebssystem: Windows_NT x64 10.0.17763

Steps to Reproduce:

  1. Starting VS code
  2. Working a time
  3. Then IntelliSense (and autocomplete and other stuff) is not working anymore

Does this issue occur when all extensions are disabled?: Yes

Additionally I’ve reinstalled NPM, Typescript and previous Version of VS Code and the Insider-Build, nothing worked. This problem occuredyesterday the first time.

Are there any logs I can check or other stuff, which can help me to solve this?

Our project is an Angular 7 project.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 5
  • Comments: 21 (5 by maintainers)

Most upvoted comments

I’ve wrote @mjbvz a mail with the detailed log file in april. Any updates on this? This problem is stll occuring.

Ok, you can try collecting the TS Server logs to see if those show anything:

  1. Set "typescript.tsserver.log": "verbose",
  2. Restart VS Code and reproduce the problem
  3. In VS Code, run the TypeScript: Open TS Server log command
  4. This should open a folder with a tsserver.log file in it

Look through that log file for errors or stack traces. If you can share the log, I can also take a look to see if anything stands out

⚠️Warning: The TypeScript log may include information from your workspace, including file paths and source code. If you have any concerns about posting this publicly on Github, just let me know and we can arrange something else. On our side, we only use these logs to investigate issues like this