Skip to content

Instantly share code, notes, and snippets.

@richardkeep
Forked from d1i1m1o1n/text
Created November 5, 2021 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardkeep/156f6c71c36b0890c3d8bd501a1837ca to your computer and use it in GitHub Desktop.
Save richardkeep/156f6c71c36b0890c3d8bd501a1837ca to your computer and use it in GitHub Desktop.
How to disable auto-save in phpstorm
How to disable auto-save:
Go to File > Settings (Ctrl+Alt+S).
Go to Appearance & Behavior > System Settings.
Make sure the two are unchecked:
Save files on frame deactivation
Save files automatically if application is idle for x sec.
Go to Editor > General > Editor Tabs
Put a checkmark on "Mark modified files with asterisk"
(Optional but recommended) Under "Tab Closing Policy", select "Close non-modified files first". You may also want to increase the number of allowed tabs.
Click Apply > OK.
That's it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment