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
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.
