0

enter image description here

I can not find the intellij shortcut key for scroll from source ,which is to locate the file in navi bar?

  • Possible duplicate of [Locate current file in IntelliJ](http://stackoverflow.com/questions/1086041/locate-current-file-in-intellij) – Bastien Jansen Apr 28 '16 at 09:30

1 Answers1

0

There is no key directly for that action. It is not in the find action dialog nor in keymap. There is a IntelliJ Idea Plugin Scroll From Source, which enables you to bind keyboard shortcut to that feature.


Alternatively, you can achieve similar behavior by pressing Alt+F1 and then pressing Enter.

Also note that you can enable automatic scroll to source feature.

enter image description here

Vojtech Ruzicka
  • 16,384
  • 15
  • 63
  • 66