Angular Language service in vscode: Strange behaviours

32 Views Asked by At

I have been using webstorm for a very long time, but now I am forced to use VScode regrettably.

Switching to VScode (and installing Angular Language Service V14.1.0), I observe even the basic features of language service arent working.

I am listing a few below:

I am getting this error: "Class is using Angular features...". I dont see any problems with decorators.

enter image description here

Clicking on app.component.html doesnt take me to app.component.html file.

enter image description here

Clicking on a variable in HTML doesnt take me to variable declaeration enter image description here


Angular CLI: 15.2.9 Node: 16.16.0 Package Manager: yarn 1.22.11 OS: darwin x64

0

There are 0 best solutions below