Search code examples
intellij-idea

How to hide Intellij file size/modification times in Project Explorer


For some reason my Intellij started showing file size and timestamps in the Project Explorer. May be I did something without knowing. It is noise most of the time.

How do I hide this info?

enter image description here


Solution

  • Since 2024.2 the option for this behaviour can be found under the Project View tool window three vertical dots button menu. Menu item Appearance | File Details. If you use the Classic UI, the button show a cog instead of three vertical dots.

    In older IDE versions you can disable this by unchecking the following menu item: View | Appearance | Details in Tree View.