Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Back and forward buttons in Intelli-j 13?

Tags:

I have seen that the back/forward buttons in IntelliJ-IDEA 13 have disappeared. Any way to bring them back?

like image 777
Neo Avatar asked Dec 05 '13 10:12

Neo


People also ask

How do I show back and forward button in IntelliJ?

To navigate backwards, press Ctrl+Alt+Left . To navigate forward, press Ctrl+Alt+Right .

How do I go back to previous call in IntelliJ?

Press Ctrl+Alt+Shift+N / Ctrl+Alt+Shift+P . From the main menu, choose Navigate | Next / Previous Change.

How do I navigate between classes in IntelliJ?

Classes can get long, but in IntelliJ IDEA you can quickly navigate between methods with ⌃⇧⬇ / ⌃⇧⬆ on macOS, or Alt+Down/Up Arrow on Windows/Linux. To improve your code readability you can also collapse or expand methods with ⌘- / ⌘+ on macOS, or Ctrl+Numpad - / Ctrl+Numpad + on Windows/Linux.


1 Answers

You have to enable View->Toolbar to roll everything back! ;)

like image 108
Randoom Avatar answered Sep 28 '22 03:09

Randoom