Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

TS setup should be global inside options AND project specific for each project. #140

Open Chris2011 opened 5 years ago

Chris2011 commented 5 years ago

It should be possible, that I can add the TS globally via options HTML/JS -> TypeScript, as this is already possible for NPM. Node, Bower, etc. (Should search for global installed typescript, please have a look into the code of the node module or bower etc.)

If you need a specific version for a specific project, it should be inside the project properties like TypeScript -> change version or use local installed version of project or whatever.

Cheers

Chris

Chris2011 commented 5 years ago

If I have time, I can add a PR, but not soon.

markacx commented 5 years ago

Being able to configure typescript per project is important. That way there can be several versions of a project, and the older ones can be stable while to development versions can do whatever they want.

Thanks!

Chris2011 commented 5 years ago

@markacx atm this is already possible, but first you really have to make the setup. This is now one step back, because it wasn't needed before the relese. Now I have to setup it manually. It should be automatically as it was before and if you need a specific one, it should change.

Chris2011 commented 5 years ago

This is a UX question. Such options to set the TSC folder is neded inside the global options and specificially inside of the project settings. As you can see it for bower, grunt, gulp, node, npm etc. Maybe only a view people are trying it out via right click but in general you can't find it: #150