Arnaud Denoyelle
Arnaud Denoyelle

Reputation: 31283

Keyboard shortcut to navigate between IntelliJ views

In IntelliJ, there are some underlined numbers on the side menus :

Like below :

Side menus

So there is probably a keyboard shortcut which allows to navigate from one view to another by just entering the view number.

I tried the different digits with Ctrl, Ctrl+Shift, Ctrl+Alt etc but could not find the right shortcut.

How can I easily navigate between those views?

Upvotes: 0

Views: 88

Answers (2)

xetra11
xetra11

Reputation: 8895

ALT+F1 opens a window where you can choose one of the views by pressing the corresponding number.

Info: It actually opens the selected file in the selected view - which is not that bad maybe - but not 100% what you want?

Also there are cool things like pressing C to open a file chosen in Project Explorer directly in Explorer for example.

enter image description here

Upvotes: 1

Greg
Greg

Reputation: 6649

The shortcut is Alt + [number]

ps. There's a plugin force-shortcuts if you wanna replace your mouse click actions with shortcuts (https://github.com/treytrahin/force-shortcuts-intellij-plugin). It's super annoying but you learn really fast. And by the way here are such plugins to most editors and IDEs.

Upvotes: 2

Related Questions