Closed rodrigo-brito closed 3 years ago
Hi @Mosallamy,
I included dependencies in the resource path, maybe it solves the problem with external python modules. Can you test if it works on your computer? In Linux works well
About the Move Refactoring, I tested in this commit and it works: https://github.com/rodrigo-brito/refactoring-python-example/commit/78491ab088ed6752a8ac32725680e4eb797c8042 But I still have problems with rename and extract refactoring. I'm working on it.
MOVE {Function printIsEven() at calculator.py:9} {Function printIsEven() at main.py:5})
Hi @Mosallamy,
I included dependencies in the resource path, maybe it solves the problem with external python modules. Can you test if it works on your computer? In Linux works well
About the Move Refactoring, I tested in this commit and it works: https://github.com/rodrigo-brito/refactoring-python-example/commit/78491ab088ed6752a8ac32725680e4eb797c8042 But I still have problems with rename and extract refactoring. I'm working on it.
MOVE {Function printIsEven() at calculator.py:9} {Function printIsEven() at main.py:5})