Everlaw / nbts

NetBeans TypeScript editor plugin
283 stars 46 forks source link

Please add a project template for TypeScript #79

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

I noticed and commented to this ticket: https://github.com/Everlaw/nbts/issues/6 but my intention was to add the code templates for the files. What is really still missing is a Project Type called TypeScript. I expect it NOT under the samples, because samples give you really samples like, Todo sample with typescript for example. I would prefer to see such TypeScript project under HTML5/JavaScript or HTML5/JavaScript -> TypeScript (As new folder) as "TypeScript Application" and "TypeScript Application with existing sources". It should only preper a root folder with a package.json full of what is needed for TypeScript and a tsconfig.json file and what is still needed to start with a simple TS project.

Sample projects are like the samples what you can see for Angular (AngularJS Phone Catalog Tutorial) or Cordova (Cordova Maps Sample)

Regards

Chris

jackiszhp commented 7 years ago

I found that the current working project template can not separate the source and dist, not to mention the intermediate files. This could be integrated into this pluggin, but I do not have the knowledge to do so. Hope someone capable can contribute.