Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please add option to fix problems in the whole project at once #107

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

I activated noUsedLocals: true, so now I have a lot of errors in files. In .ts files and .spec.ts files. I want to fix them all, but it is a pain in the ass to open the action items and go through the errors, error by error. So please a functionality into the Refactor -> inspect & transform from NetBeans to fix different errors at once, with a preview to see which errors is relevant or not.

Regards

Chris