Closed jsvb1977 closed 7 years ago
I have the same issue (also described here) with latest updates for VS2015 already installed.
Update: The latest version of tooling released this week (11/16/2016) did not resolve this issue.
Trying this out on my box and I'm getting IntelliSense. Could one of you share a repro?
I will try (assuming a 'repro' is simply the steps taken to reproduce the described issue). These are from a clean install of Visual Studio 2015 with Update 3:
Now, if I follow the same steps as described above, but in step 2 I select an ASP.NET Core Web Application (.Net Core)... I have color-coding as well as intellisense for tag helpers.
Let me know if there is anything else I can do.
@jsvb1977 have you built your project? For .NET Framework based projects the tooling system needs to read the output of your project to provide you TagHelper IntelliSense. Following your steps directly I do not get IntelliSense either; however, building the project then lights the IntelliSense up.
@NTaylorMullen After building the project, color-coding and intellisense is working as expected. It was not immediate. The 'dust' needed to settle first.
I feel silly.
We all have those moments 😄. Glad everything's working!
Sorry to say it is not working for me. Here are my steps:
Creating a .Net Core Project targeting the full .NET Framework in VS 2015 Update 3 with Preview 2 Tooling results in Tag Helper broken intellisense. Color-coding is also broken.
Tag Helpers work properly, just the intellisense is broken.
Tag Helpers work when creating a 'cross-platform' .NET Core project, FYI.