Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ idea - switch between all open editors (functionality similar to Ctrl+e)

I need Idea to show me all opened editors. With possibility to switch into editor by matching keyboard input. Just alternative to Ctrl+E/Ctrl+Shift+E, but showing absolutely all the files opened.

And I know about Switcher (Ctrl+tab), so that is not what I am looking for.

like image 778
Jarek Avatar asked Nov 16 '11 09:11

Jarek


People also ask

How do I switch between open files in IntelliJ?

To jump between the opened files and tool windows with the switcher, press Ctrl+Tab . Keep Ctrl pressed to leave the switcher popup open. Press Tab to move between elements.

How do I open all methods in IntelliJ?

Press Ctrl+Shift+Delete . IntelliJ IDEA shows a popup with all actions available in the current context.

What is jump to function in IntelliJ?

In IntelliJ IDEA, you can see where and how symbols, such as tags, classes, fields, methods, or functions are defined in your project. For this purpose, the IDE features the Quick Definition popup. To view definition of a symbol, select it in the editor and press Ctrl+Shift+I (or click View | Quick Definition).


2 Answers

Try Ctrl+Tab and hold down the Ctrl key. It opens up the switcher. You can navigate between the tabs with arrow keys (Tab key itself also works). Release the Ctrl key when done.

like image 54
Saintali Avatar answered Oct 03 '22 17:10

Saintali


I have defined it so Ctrl+Page_Up / Ctrl+Page_Down Switches between all opened tabs (just like in chrome and many other applications)

You can define it yourself at - Settings -> Keymap -> Main Menu -> Window -> Select next tab / select previous tab

like image 30
Ido.Co Avatar answered Oct 03 '22 19:10

Ido.Co