Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to go back in PyCharm while browsing code like we have a back button in eclipse?

While browsing the code in PyCharm(community edition) how to go back to the previously browsed section? I am looking for eclipse back button type functionality with Pycharm.

like image 965
timedout Avatar asked Jul 03 '14 08:07

timedout


People also ask

How do I go back in PyCharm?

To navigate backwards, press Ctrl+Alt+Left . To navigate forward, press Ctrl+Alt+Right . To navigate to the last edited location, press Ctrl+Shift+Backspace .

How do you get to the beginning of a line in PyCharm?

From PyCharm's Keyboard Shortcuts and Mouse Reference: End : Move the caret to the end of line. Home : Move the caret to the beginning of line. Ctrl + Right : Move the caret to the next word.

How do I get the arrow back in Intellij?

Use ⌘[ (macOS), Ctrl+Alt+Left Arrow (Windows/Linux) to navigate backwards and ⌘] (macOS), Ctrl+Alt+Right Arrow (Windows/Linux), to navigate forwards.

How do I go to previous method in Intellij?

Navigate between changes Press Ctrl+Alt+Shift+Down / Ctrl+Alt+Shift+Up . From the main menu, choose Navigate | Next / Previous Change.


1 Answers

in pycharm you have view in view please make sure that toolbar is checked enter image description here

enter image description here

like image 158
sundar nataraj Avatar answered Sep 22 '22 23:09

sundar nataraj