Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Add TypeDefinitions files to nbts #44

Closed Chris2011 closed 8 years ago

Chris2011 commented 8 years ago

I got the error: File "node.d.ts" not found when I use: ///

I know why this happens, because I don't have the node.d.ts file atm, but I think it should be possible to add all node typedefinitions into the plugin or is it more a feature request for the node implementation for netbeans, to add it there? What do you think.

Chris2011 commented 8 years ago

Ok my failure, I didn't know that TSD will do this. So we can close this ticket if tsd is that what I wanted to download such d.ts files.

Chris2011 commented 8 years ago

Ok it does exact what I want. I use not tsd, because it is deprecated, I use typings. Sry.