9

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?

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
  • 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 Answers2

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
7

Unfortunately, as of IntelliJ IDEA 14, the size is hard-coded.

yole
  • 92,896
  • 20
  • 260
  • 197