VS Code Tips — Moving Python functions, classes, and variables between files

Опубликовано: 06 Декабрь 2023
на канале: Code 2020
950
16

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