When using autocompletion for python in vscode in the case of overriding children methods, the autocompletion works nicely and writes all the types hints from the parent method.
However there are some typing hints that require imports. Is it possible to setup automatic import for that in vscode, such that when autocompletion is used for that case, the types are auto-imported ?
See before autocompletion
And after autocompletion, types are missing

