Ctrl+Alt+Left Arrow or menu Navigate/Back navigates back in IntelliJ Idea. Only a limited number of times this shortcut can be used. Is there a configuration that can be used to increase the number of navigation history?
Asked
Active
Viewed 666 times
9
-
I rely on this feature heavily. Especially when debugging a deep stack, this limitation is very annoying! It should be an option under Settings/Editor (in "Limits" section) – JoshuaDavid Sep 16 '14 at 18:23
2 Answers
9
Using the latest IntelliJ, this is no longer hard-coded, and can be changed via the Registry.
Use Ctrl-Alt-Shift-/ (Windows) to pull up the Registry, search for "editor.navigation.history.stack.size", and edit the value.

Ken
- 106
- 1
- 1