Sublime Editor | IDE | Settings | Auto Save

Auto save file while switching between applications. When ever Sublime Editor or IDE looses focus; it automatically saves the content of the file. This saves lots of time and effort on the part of user.

Procedure

  • From “Menu Bar” click “Preferences”
  • Under “Preferences” click “Settings”
  • This opens “Preferences.sublime-setting — User” file.
  • Append the following line:
    • ,”save_on_focus_lost”: true
  • Save
  • Your setting file should look something like following image.

Leave a Reply

Your email address will not be published. Required fields are marked *