WelcomeTo
WelcomeTo

Reputation: 20581

Intellij IDEA 12. Return to last active tab

How can I configure Intelli-J IDEA to show last visited tab after closing current tab (as in Eclipse)?

Example: I opened User.java tab, then opened another tab and closed it. But after closing tab IDE shows me any random tab, but I want navigate back to the User.java tab.

Upvotes: 37

Views: 2607

Answers (4)

multidynamic
multidynamic

Reputation: 814

This has been fixed in recent versions of IntelliJ. However, it requires you to change a setting:

  1. Preferences>>Editor>>General>>Editor Tabs
  2. Set When closing active editor: to Activate most recently opened Tab

enter image description here

Upvotes: 58

Swathy M Nair
Swathy M Nair

Reputation: 23

Use CTRL + ALT + T

recent files opened.

Upvotes: 0

Bastien Jansen
Bastien Jansen

Reputation: 8846

This is not yet possible, but is planned for IntelliJ 13: http://youtrack.jetbrains.com/issue/IDEA-106160

You can vote for this issue to make it more "important" in the backlog.

Upvotes: 6

Hunter Zhao
Hunter Zhao

Reputation: 4649

Use CTRL + ALT + ← to the previous tab.
OR
CTRL + E to see recent files opened.

Upvotes: 6

Related Questions