Reputation: 31283
In IntelliJ, there are some underlined numbers on the side menus :
Like below :
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
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.
Upvotes: 1
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