Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular language service not working in vscode

Tags:

The Angular language service does not work in VSCode. In HTML there is no intellisense when using F12 to go to component.

The tsconfig.json gives no errors when opened in VSCode.

like image 440
Thom Kiesewetter Avatar asked Jan 27 '19 22:01

Thom Kiesewetter


People also ask

How do you install angular language service in the project?

Open the marketplace from the editor selecting Extensions on the top menu pane, and then selecting Manage Extensions. In the marketplace, search for Angular Language Service extension, and click the Install button.

Does VS Code support Angular?

The Visual Studio Code editor supports Angular IntelliSense and code navigation out of the box.

How do I enable plugins in VS Code?

You can browse and install extensions from within VS Code. Bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of VS Code or the View: Extensions command (Ctrl+Shift+X). This will show you a list of the most popular VS Code extensions on the VS Code Marketplace.

How do I open language mode in VS Code?

Press Ctrl+Shift+P to bring up the Command Palette then start typing "display" to filter and display the Configure Display Language command. Press Enter and a list of installed languages by locale is displayed, with the current locale highlighted.


1 Answers

Reason: Angular Language service may not work because of Experimental ivy gets Enables

enter image description here

Solution : we need to disable that or uncheck the box by going into extension settings.

enter image description here

like image 144
mabdullahse Avatar answered Sep 21 '22 05:09

mabdullahse