vote up 1 vote down star

I am just transitioning from Eclipse to Wing IDE for my Python code. In Eclipse I had an option to "rename" objects. I could take any object defined in my code, it could be a variable or a function or a method or whatever, and I could rename it automatically in all the files that referenced it.

Is there a similar feature in Wing IDE?

flag

65% accept rate
No, AFAIK, No. I use WingIDE everyday, and I love thie IDE. It is still NO. – sunqiang Aug 18 at 11:07

1 Answer

vote up 2 vote down check

The refactoruing is a feature asked for since 2002, but even then, the answer was already:

"search and replace"

BTW, one somewhat related thing we're doing is adding better global replace. [...] This isn't informed by source analysis but it's still a useful tool for some kinds of refactoring (like renaming poorly named variables or classes).

So their advanced search, even based on regex, is still the refactoring of the day for this 3.1.8 Wing IDE: as said in 2007, the 3.0, 3.1 releases were focused on debugging even though:

Refactoring is in our plans for future releases.

(but not yet for the upcoming 3.2, it seems: see here the full CHANGELOG)

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.