Search code examples
intellij-idea

IntelliJ Editor Tabs: Last Recently Used


in my new team we're using IntelliJ and there is one Eclipse feature I miss very dearly:

In a usual situation I have like 20-30 files open im my editor, but there is like 2-3 that I jump around most of the time. Eclipse supported this perfectly by always having the last recently used files in my tabs open and only the rarely used ones in the overflow. IntelliJ follows the exactly opposite paradigm: The last recently used files are always in the overflow and the tabs are useless.

Is there any way to make this more comfortable? I currently have them ordered alphabetically so I can at least find them in the overflow. Unchecking that makes it even more terriblester.


Solution

  • You can use the following commands:

    • Ctrl + E - Recent Files list
    • Ctrl + Shift + E - Recent Locations switcher

    There's also a YouTrack issue to Keep most relevant code tabs in view you can track if you want to see this option added to the IDE editor tab settings.

    More information on navigating between recent locations and changes: