Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Hint for declaring missing method shows error while execution. #136

Open Chris2011 opened 6 years ago

Chris2011 commented 6 years ago

When I have a service: this.myService and I try to call a method, which is not yet created like this.myService.methodToCall(), NBTS shows me a hint, that I can declare this method. When I try to do this. I got the following error:

Unimplemented: code fix involves changes to a different file C:/Projekte/my-project/src/app/smth-type-config/services/smth-type-config.service.ts

Would be great if we can have this feature.

Cheers

Chris