[Pydev-code] Autoremove of the unused imports.
Brought to you by:
fabioz
From: Bartosz <ga...@po...> - 2011-12-08 08:17:48
|
Hi. I would like to implement the Autoremove of the unused imports feature. I found that the autoremove of unused imports was already implemented, but it is not enabled by default. It seems that there some problems with it. The source code is located at: aptana-Pydev/plugins/com.python.pydev.analysis/src/com/python/pydev/analysis/OrganizeImportsFixesUnused.java What was wrong with that feature? How can I enable it (I would like to test it, and maybe fix the problems with it)? Thanks in advance Bartosz |