AngularJS.Intellisense
1.0.3
dotnet add package AngularJS.Intellisense --version 1.0.3
NuGet\Install-Package AngularJS.Intellisense -Version 1.0.3
<PackageReference Include="AngularJS.Intellisense" Version="1.0.3" />
paket add AngularJS.Intellisense --version 1.0.3
#r "nuget: AngularJS.Intellisense, 1.0.3"
// Install AngularJS.Intellisense as a Cake Addin #addin nuget:?package=AngularJS.Intellisense&version=1.0.3 // Install AngularJS.Intellisense as a Cake Tool #tool nuget:?package=AngularJS.Intellisense&version=1.0.3
This will inject the angularJs intellisense file to your project, along with adding a _references.js file that allows for auto-update of references to drive intellisense.
For the auto-update of _references.js you can disable by setting the flag to 'false'
Learn more about Target Frameworks and .NET Standard.
-
- AngularJS.Core (>= 1.3.0 && < 1.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.3 - set min ref to 1.3 and less than 1.4
1.0.1 - minor fix - polluted _references.js file
1.0.0 - initial release
DISCLAIMER: This package is maintained by Shawn Cicoria, but is based upon the hard word of John Beldsoe who created the Intellisense support for AngularJS in Visual Studio. See his GitHub repository