Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell if there are unsaved changes to a file in PhpStorm?

Tags:

phpstorm

When there are unsaved changes for a particular file, in some editors a * appears by the filename, or there is some other indication. In PhpStorm, is there anything to indicate unsaved changes?

I can't see any indication of the save status on screen when I make changes or save changes.

like image 279
Highly Irregular Avatar asked Nov 05 '14 23:11

Highly Irregular


People also ask

How do I stop PhpStorm from autosave?

Go to File > Settings (Ctrl+Alt+S). Go to Appearance & Behavior > System Settings. Save files automatically if application is idle for x sec. (Optional but recommended) Under "Tab Closing Policy", select "Close non-modified files first".

How often does IntelliJ autosave?

As you might know when using IntelliJ (I use 14.0. 2), it often autosaves files. For me, when making a change in Java or JavaScript files, its about 2 seconds before the changes are saved.

How do I enable auto save in IntelliJ?

In the Settings/Preferences dialog ( Ctrl+Alt+S ), select Appearance & Behavior | System Settings. Under Autosave, configure the following options: Save files when switching to a different application or a built-in terminal: Save all modified files when you switch from IntelliJ IDEA to a different application.

How do I view changes in WebStorm?

View changes history for a file or selectionThe change history for a file is displayed in the dedicated History tab of the Version Control tool window Alt+9 . The change history for a selection of code is displayed in a separate window, in the form of the differences viewer.


1 Answers

Editor -> General -> Editor Tabs -> Mark modified tabs with an asterisk

enter image description here

like image 171
Dan Dascalescu Avatar answered Oct 02 '22 14:10

Dan Dascalescu