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

Saving a project prompts to fix imports #74

Closed drewcrawford closed 11 years ago

drewcrawford commented 11 years ago

Whenever I 'save' a file, using either command-s or file->save, I get a prompt asking me to fix the imports.

The issue can be resolved by uninstalling SublimeRope, but it comes back when it is reinstalled.

JulianEberius commented 11 years ago

Hi,

Please check the settings and the documentation... This is actually not a bug, but a feature (although it is one I don't use myself, not sure when it became default). The setting you're lookingfor is called "use_autoimport_improvements", just set it to false.

Julian