What must I do to enable intellisense for javascript libraries in Visual Studio 2022?

Viewed 61

I've made a new .net 6 MVC project in Visual Studio 2022 and I can't seem to get intellisense for javascript libraries. I've installed the following workloads with the Visual Studio 2022 installer:

  • ASP.NET and web development
  • Azure development
  • Node.js development
  • .NET Multi-platform App UI development

enter image description here

I am using the straight out of the box mvc template that comes with Visual Studio. It has jquery, a jquery min, and the map file. It used to be that, if you had the map file, you got intellisense support.

0 Answers
Related