Is there any support to automatically implement all abstract methods of an abstract class in VSCode with Python Environment?
class AbstractClass(ABC):
@abstractclass
def abstract_method():
pass
class NonAbstractClass(AbstractClass):
# shortcut in vscode to implement all abstract methods
# it works if I start writing methods and then it autocompletes, that is not what I am looking for
Seems like it is now (2024-04-17) in pre-release. Checkout the release notes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With