Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Implement all abstract methods #12

Closed geekdenz closed 8 years ago

geekdenz commented 8 years ago

When creating an interface or an abstract class, it would be great if one could click the hint and implement all abstract methods which throw an Error like they throw an exception in Java.

clicman commented 8 years ago

+1

dipacs commented 8 years ago

+1

dbiagi commented 8 years ago

+1

danielschmitz commented 8 years ago

:+1:

alihammad-gist commented 8 years ago

+1

jeffrey-easyesi commented 8 years ago

"Quick fix" functionality like this is something that belongs in the TypeScript language service, so that all plugins based on that could use it.

See: https://github.com/Microsoft/TypeScript/issues/6943

jeffrey-easyesi commented 7 years ago

This has been implemented in the TypeScript project and will be in version 2.2: https://github.com/Microsoft/TypeScript/pull/11547