Renaming objects using the Wing IDE

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?

+3
source share
2 answers

WingIDE 4 now supports refactoring.

0
source

Refactoring is a feature that has been requested since 2002 , but even then the answer was already:

" "

, , , . [...] , (, ).

, , , - IDE 3.1.8 Wing: 2007 , 3.0, 3.1 , :

.

( 3.2, : . CHANGELOG)

alt text
(: wingware.com)

+4
source

Source: https://habr.com/ru/post/1715407/


All Articles