VS2012-Javascript-Intellisense 1.0.712.2147

dotnet add package VS2012-Javascript-Intellisense --version 1.0.712.2147
                    
NuGet\Install-Package VS2012-Javascript-Intellisense -Version 1.0.712.2147
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VS2012-Javascript-Intellisense" Version="1.0.712.2147" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VS2012-Javascript-Intellisense" Version="1.0.712.2147" />
                    
Directory.Packages.props
<PackageReference Include="VS2012-Javascript-Intellisense" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VS2012-Javascript-Intellisense --version 1.0.712.2147
                    
#r "nuget: VS2012-Javascript-Intellisense, 1.0.712.2147"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VS2012-Javascript-Intellisense@1.0.712.2147
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VS2012-Javascript-Intellisense&version=1.0.712.2147
                    
Install as a Cake Addin
#tool nuget:?package=VS2012-Javascript-Intellisense&version=1.0.712.2147
                    
Install as a Cake Tool

Enhanced VS2012 Javascript intellisense for variables, properties, methods even prototype's methods!

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.712.2147 24,901 7/12/2013
1.0.712.2118 1,755 7/12/2013
1.0.701.2036 1,668 7/1/2013
1.0.406.1536 1,859 4/6/2013
1.0.404.2329 1,471 4/4/2013
1.0.404.2320 1,509 4/4/2013
1.0.404.2319 1,502 4/4/2013
1.0.404.2220 1,467 4/4/2013
1.0.330.2226 1,508 3/30/2013
1.0.330.2202 1,428 3/30/2013
1.0.330.1008 1,459 3/30/2013
1.0.328.307 1,478 3/28/2013
1.0.326.1530 1,487 3/26/2013
1.0.326.1529 1,449 3/26/2013
1.0.326.1523 1,474 3/26/2013
1.0.326.1425 1,543 3/26/2013
1.0.326.1419 1,473 3/26/2013
1.0.325.1258 1,438 3/25/2013
1.0.325.1230 1,502 3/25/2013
1.0.325.1228 1,458 3/25/2013
1.0.325.1224 1,461 3/25/2013
1.0.325.432 1,431 3/25/2013
1.0.325.429 1,465 3/25/2013
1.0.325.428 1,451 3/25/2013
1.0.325.424 1,439 3/25/2013
1.0.325.331 1,484 3/25/2013

Fixed <br/>> xml2json serialization
     Added intellisense.inheritXMLDoc and intellisense.cloneXMLDoc helpers so you can copy XMLDoc from one function to another
     Added support for __computed, __observable and __observableArray
     __namespace and __enum are now non-enumerable
     Added commented code for WAssert and String.format so you can use them in order to write intellisense specific code that won't get in the .min.js files
     Added custom __glyph support. Set it to a valid glyph icon and will take precedence.
     Added __hidden support. Set it to a truish value and that element will not be displayed!