remove outdated note (#3868)

pull/3872/head
Tom Dykstra 2017-08-02 07:35:09 -07:00 committed by GitHub
parent a97a6a8d01
commit 7ffe15c871
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ The same hierarchy rules that apply to `@addTagHelper` also apply to `@tagHelper
## IntelliSense support for Tag Helpers
> [!NOTE]
> You must install the [Razor Language Service extension](https://aka.ms/razorlangsvc) for IntelliSense to work with Tag Helpers. See [ASP.NET Core Known Issues](https://github.com/aspnet/Tooling/blob/master/known-issues-vs2017.md#aspnet-core-known-issues) for more information.
When you create a new ASP.NET web app in Visual Studio, it adds the NuGet package "Microsoft.AspNetCore.Razor.Tools". This is the package that adds Tag Helper tooling.
Consider writing an HTML `<label>` element. As soon as you enter `<l` in the Visual Studio editor, IntelliSense displays matching elements: