Home > Mobile >  Angular Material intellisense doesn't work in VSCode
Angular Material intellisense doesn't work in VSCode

Time:03-05

I'm working on an Angular (v13) project and I installed Angular Material using this command

ng add @angular/material

I can see the package in the node_modules, but in VSCode, the intellisense/auto-import don't work at all for a typescript file, but it works with any other package.

It's not the first time I'm having this issue with Angular Material, but I never found a solution.

enter image description here

enter image description here

CodePudding user response:

Not sure if this will help, but you can try using an extension like (Angular Language Service) available here enter image description here

  • Related