Answer the question
In order to leave comments, you need to log in
Can VSCode override methods in Typescript classes?
When pressing Ctrl + O inside a TypeScript class that has some kind of inheritance chain, Webstorm shows a list of all methods that can be overridden, broken down by ancestor class. After selecting a method from the list, Webstorm generates an empty method given access modifiers (protected or public) and parameters with their types:
protected testFunction (testValue: Type) {
super.testFunction(testValue);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question