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.

javascript libraries

as can see angularjs-definitelytyped , jquery-definitelytyped have been downloaded.

now believe have reference definition file in .ts files.

code

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -