From 03a46afc91a3d9d85315f15a3fb3dc015e257a6f Mon Sep 17 00:00:00 2001 From: Gabrielle Crevecoeur Date: Thu, 1 Apr 2021 08:16:30 -0600 Subject: [PATCH] docs: Including Visual Studio (#41414) Uploading how to use the Angular Language Service in Visual Studio PR Close #41414 --- aio/content/guide/language-service.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/guide/language-service.md b/aio/content/guide/language-service.md index eaf4430115..cd88ac33e7 100644 --- a/aio/content/guide/language-service.md +++ b/aio/content/guide/language-service.md @@ -62,6 +62,12 @@ In [Visual Studio Code](https://code.visualstudio.com/), install the extension f The Visual Studio Code integration with the Angular language service is maintained and distributed by the Angular team. +### Visual Studio + +In [Visual Studio](https://visualstudio.microsoft.com/), install the extension from the [Extensions: Marketplace](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.AngularLanguageService). You can 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. + +The Visual Studio integration with the Angular language service is maintained and distributed by Microsoft with help from the Angular team. Check out the project [here](https://github.com/microsoft/vs-ng-language-service) + ### WebStorm In [WebStorm](https://www.jetbrains.com/webstorm/), enable the plugin [Angular and AngularJS](https://plugins.jetbrains.com/plugin/6971-angular-and-angularjs).