|
|
|
|
|
by simiones
2037 days ago
|
|
PyCharm, like most IntelliJ IDEs, has excellent refactoring capabilities, much better than what LSP currently offers. E.g. extract method, extract class, advanced navigation like "data flow to here" etc They may not work in extremely dynamic Python code (e.g. they will obviously not work past an `exec`). |
|
How difficult is it to implement basic extract function/method functionality?
I'd be tempted to try doing it, as I would absolutely love to have this in Emacs.