Hacker News new | ask | show | jobs
by hassleblad23 473 days 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.
1 comments

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.