-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement all abstract methods #12
Labels
Comments
+1 |
4 similar comments
+1 |
+1 |
👍 |
+1 |
"Quick fix" functionality like this is something that belongs in the TypeScript language service, so that all plugins based on that could use it. |
This has been implemented in the TypeScript project and will be in version 2.2: microsoft/TypeScript#11547 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: