mjs
mjs

Reputation: 22409

Intellij - Go back and forth within a file

Is it possible with a hotkey to navigate back and forth in a class, or file ... rather than between files?

I know it is possible to go back and forth but that happens globally now, using all files. I want to jump between the spots for this file only.

Should not be hard to add on, just filter the history stack for the current active file.

Upvotes: 15

Views: 2090

Answers (1)

Igor Konoplyanko
Igor Konoplyanko

Reputation: 9374

No. But it's possible to go to last edited location. If you need it - you can write feature request on JetBrains tracker. enter image description here

UPD 2019 Actually there is relatively new shortcut Ctrl + Shift + E to show you recent locations. enter image description here

Upvotes: 9

Related Questions