JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

Organize Imports addition #46

Closed DamnWidget closed 11 years ago

DamnWidget commented 11 years ago

Addition of new command Organize Imports.

When you set "pyflakes_linting" as false it stills were working if you had "use_autoimport_improvements" set as true. Fixed

JulianEberius commented 11 years ago

Thanks for the fixes and the new feature!