Question

How do I speed up Typescript Intelisense in VsCode?

this is my computer:

  • MacBook Pro (16-inch, 2019)
  • 2.3 GHz 8-Core Intel Core i9
  • 16 GB 2667 MHz DDR4
  • Intel UHD Graphics 630 1536 MB

When working with typescript in angular this happens: enter image description here

The bigger the project the longer I have to wait for this to load. Really ruins my developer experience. Is there a way I can assign more resources to vs code so it runs faster? Are there any optimizations that I can do to make it work?

Solutions attempted:

Example Project structure:

  • project structure
 46  33533  46
1 Jan 1970

Solution

 34

Disabling this made it lightning quick.

Try this to see if it is a particular extension.

  • Open Command Palette (Ctrl+Shift+P)
  • Type in "Disable all installed extensions"
  • Enable them one by one or in groups and test the IntelliSense speed
2021-02-09

Solution

 12

Options :

  • Disable the built-in extensions and restart the computer

  • Disable eslint and tslint-plugin

  • Depends on your VsCode version

2021-02-11