7

I am using Vs Code for Angular project. Yesterday when I typed something like "ng...", It showed the Intellisence for *ngFor,*ngIf,*ngModel ..... Today it is not anymore. Can some one help me please. Sorry for inconvinience, I can not post the picture right now.

Tùng Bill
  • 129
  • 1
  • 3
  • 12
  • Can you press ctrl + space to elaborate more options? – Rushi Patel Nov 08 '19 at 10:57
  • just `disable` the extension and `enable` it again from the installed extension list – Joel Joseph Nov 08 '19 at 11:08
  • It does not work sir :( – Tùng Bill Nov 08 '19 at 12:00
  • Probably due to TSLint extension related vs code configuration, may be anyone else who will face same issue could try this - https://stackoverflow.com/questions/65228384/tslint-extension-throwing-errors-in-my-angular-application-running-in-visual-stu – BUDDHIKA Mar 29 '21 at 13:50
  • Adding to above comment, this may also help - https://stackoverflow.com/questions/30394831/visual-studio-code-intellisense-typescript-not-working – BUDDHIKA Mar 29 '21 at 13:58

3 Answers3

12

VS CODE does not have those by default, you need to install the Angular Language Service if you want to have that. Probably you might have uninstalled or restored VSCode. Try to install it and see again.

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396
  • I have done nothing to Vs Code since yesterday. I have no idea why this happen. And properly I do have installed some Extension. Should I uninstall those extensions and install your recommended Extension? – Tùng Bill Nov 08 '19 at 11:59
  • yeah try and see – Sajeetharan Nov 08 '19 at 12:00
3

Reinstalling the extension works for me

iikuzmychov
  • 129
  • 1
  • 9
0

Can you press ctrl + space to elaborate more options? also please check you have installed Angular Snippets in VsCode Extension. Or restart your vscode maybe it works.

Rushi Patel
  • 561
  • 4
  • 14