I am just switching from Eclipse to the Wing IDE for my Python code. In Eclipse, I had the ability to "rename" objects. I could take any object defined in my code, it could be a variable or function, method or something else, and I could rename it automatically in all the files that it referenced.
Is there a similar feature in the Wing IDE?
source
share