Is there a package that allows syntax aware refactoring in python or c++. For example, extracting a value as a parameter, into a function signature, extracting a block as a function (passing local values as parameters into the function signature).
Asked
Active
Viewed 1,507 times
1 Answers
5
Python:
https://github.com/python-rope/ropemacs
https://github.com/jorgenschaefer/elpy (also base on rope)
C++:

djangoliv
- 3,169
- 16
- 31