The strongly typed nature of TypeScript offers the potential for amazing IntelliSense!
Open Source TypeScript Definitions
Some people do not realize that there is already a vast library of community authored definition files for just about every JavaScript framework out there. By including these definition files in your project, you can unlock the full potential TypeScript's IntelliSense.
The Original DefinitelyTyped Repository on GitHub
TypeScript Definitions on NuGet
The best thing about the open source community: whenever someone has a great idea, other people gladly line up to help improve it. To that end people have forked Boris's DefinitelyTyped, created NuGet packages, and automated their deployment!
DefinitelyTyped NuGet Repository on GitHub
jquery.TypeScript.DefinitelyTyped on NuGet
jQuery Example
If you want to use jQuery, just install the jquery.TypeScript.DefinitelyTyped NuGet package...
...add a reference tag to your file, and start enjoying full jQuery IntelliSense!
Enjoy,
Tom
No comments:
Post a Comment