Re: [Pydev-code] Autoremove of the unused imports.
Brought to you by:
fabioz
From: Kenneth L. <ke...@lo...> - 2011-12-08 13:29:36
|
I believe it's probably due to the fact that PyDev still marks an import unused even when it is used. Autoremove would probably end up breaking coded that was working. ...Ken On Thu, Dec 8, 2011 at 2:17 AM, Bartosz <ga...@po...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point > of > discussion for anyone considering optimizing the pricing and packaging > model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |