Y
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
galaxyLogic
472 days ago
So is moving a function or class possible? What actions you need to take to accomplish that? Thanks
link
hassleblad23
468 days ago
This is supported natively by most IDEs today.
link
hassleblad23
467 days ago
At least Pycharm is good at it.
link