The 'Move symbol' refactoring lets you quickly move functions, classes, and variables between Python files.
This refactoring also automatically updates all references to the moved symbol, which can be a huge time saver vs moving code around manually
To use this refactoring make sure to install the python extension: https://marketplace.visualstudio.com/...
#vscode #python #pythonprogramming