In IntelliJ we have a function which lets us get autcomplete and assistance for adding an inherited function.
Is there any way to recreate this behaviour in VS Code with the build in Python interpreter?
It lets us override specific functions by using ctrl+O
It lets us see which methods in the current class is overridden.