Comment by hassleblad23
5 months ago
Moving a function or class? Yes. But moving arbitrary lines of code into their own function in a new module is still a PITA, particularly when the lines of code are not consecutive.
5 months ago
Moving a function or class? Yes. But moving arbitrary lines of code into their own function in a new module is still a PITA, particularly when the lines of code are not consecutive.
So is moving a function or class possible? What actions you need to take to accomplish that? Thanks
This is supported natively by most IDEs today.
At least Pycharm is good at it.