Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created October 6, 2016 12:16
Show Gist options
  • Save d1i1m1o1n/13845f4f8b0564a58d9753cf28e197b2 to your computer and use it in GitHub Desktop.
Save d1i1m1o1n/13845f4f8b0564a58d9753cf28e197b2 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.
@dr-stg
Copy link

dr-stg commented Oct 14, 2019

respect!

@ElisePatrikainen
Copy link

Thanks !

@hudri
Copy link

hudri commented Nov 17, 2019

Thanks for this, but also a notice: There is absolutely no warning when you close an unsaved file. So it is either unintented changes with autosave enabled, or unintented loss of changes with autosave disabled, due missing "Save changed file?" dialog

@kodmanyagha
Copy link

kodmanyagha commented Sep 10, 2020

I think autosave feature is bad becouse if you get used to auto save then you forget to save in other editors. Thanks.

@SerhiyDmytruk
Copy link

Thanks!

@crackedeggs1
Copy link

Auto-save is bad because of CAT ON KEYBOARD. After 2 months I was beginning to think I was being too rigid about JetBrains auto-save feature and maybe it wasn't so bad after all. I stepped away for a minute and came back to CAT ON KEYBOARD. And all the cat's changes were saving automatically.

@DarkSlashHero
Copy link

Thanks dude

@aricci95
Copy link

appreciated.

@ElNaga
Copy link

ElNaga commented Jun 15, 2023

Nice!

@robsontenorio
Copy link

Does not work on 2023.2 ....

@hosseinbalad
Copy link

Respect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment