PyCharm: transition to the last method?

I like the "recent files" dialog ctrl + e "PyCharm" and use it often.

Is there a way to post the latest methods that I visited in the last minutes?

+6
source share
2 answers

You can go to the last visited method with Alt + ← (left arrow) and again to the next last, but I don’t know how to show their list.

+6
source

As others have claimed, Alt + left moves backward in time. For all other useful shortcuts, two help cards are available by default for the PyCharm card:

Jetbrains will send you these high quality videos if you call the marketing department and ask beautifully ;-) Below is a small fragment of the navigation section:

ref

Unfortunately, For those who use the eclipse or sth key card. completely different, such a comprehensive reference does not exist.

+3
source

All Articles