Keyboard shortcut to switch between python console and the editor in pycharm

前端 未结 15 558
忘了有多久
忘了有多久 2021-01-31 01:53

In general, I\'d like to know the keyboard shortcut for navigating to multiple sections like the project structure, editor, console. I\'m using eclipse keymap configuration in p

15条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 02:40

    Summarizing the answers I found:

    Best:
    - Bind "Python Console" (preference -> Keymap -> MainMenue.Tools "Python Console" to a keyboard shortcut. (e.g Alt-P). Then navigate to console via shortcut and back to editor via ESC.

    Alternatives:
    - Ctrl+shift+tab opens a menu to navigate to alternative Views, pressing "P" navigates to python console. ESC brings you back.
    - Manually Clicking on python console and pressing ESC brings you back to editor. Alt+F12 navigates you to "previous" view.

提交回复
热议问题