> I am looking for a python IDE which can remove my unused imports, and
> can do basic refactoring under windows.
If you have Pydev Extensions, it analyzes your source for undefined
tokens and is able to make the imports for you (but it doesn't remove
the unused imports... especially because this
pihentagy wrote:
Hi!
I am looking for a python IDE which can remove my unused imports,
is that possible in a language like Python ?
I can imagine the opposite, importing those things that are necessary.
and
can do basic refactoring under windows.
What kind of refactoring do you think of ?
HI!
Did you tried the ERIC python IDE?
Rew
pihentagy írta:
> Hi!
>
> I am looking for a python IDE which can remove my unused imports, and
> can do basic refactoring under windows.
>
> Can somebody advice me such an IDE?
>
> I have played with eclipse and netbeans, but I cannot find such a
> func
Hi!
I am looking for a python IDE which can remove my unused imports, and
can do basic refactoring under windows.
Can somebody advice me such an IDE?
I have played with eclipse and netbeans, but I cannot find such a
functionality (but maybe I looked it over).
Besides, an installation howto woul