javascript - intellisense and code complete for DefinitelyTyped (TypeScript type definitions) on WebStorm IDE -
how can webstorm ide give me code completion libraries i've downloaded.

as can see angularjs-definitelytyped , jquery-definitelytyped have been downloaded.
now believe have reference definition file in .ts files.

but, webstorm saves definition files can reference them in code?
thank you!
that dialog javascript scope, not typescript scope (e.g. see mocha demo http://youtu.be/4mkigkokyx8?t=1m19s). is, webstorm using typescript definitions give intellisence javascript.
for typescript need include definitions project manually (https://github.com/borisyankov/definitelytyped/blob/master/angularjs/angular.d.ts) , reference them have.
Comments
Post a Comment