Is it possible in Intellij to mark edited file tabs with a star (*) so that I can see which files I have changed.
Right-click anywhere in the editor and choose Local History | Show History from the context menu. In the dialog that opens, the left-hand pane shows a list of all saved revisions of the current file with timestamps.
Select a directory or multiple directories in the Project tool window and choose Git | Show History from the context menu. A new tab is added to the Git tool window Alt+9 that shows commits filtered by the selected folders.
For most recent changes, including refactorings, press Ctrl+Z or choose Edit | Undo from the menu.
Local history file location: They are stored in ${idea. system. path}/LocalHistory/ . See the Directories used by the IDE page in the user guide (and this legacy IDEA document) for the location of the IntelliJ IDEA idea.
By default, Intellij automatically saves your edits every few seconds, and every time it looses focus. So, most of the time your files are not in a changed state, so no icon is needed. However, under Settings
, IDE Settings
, Editor
, Editor Tabs
, there is an option to Mark modified tabs with asterisk
, which will enable the feature you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With