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

前端 未结 15 758
忘了有多久
忘了有多久 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:42

    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

    As you yourself said this is the best answer to switch to the "Python Console", not to the "Terminal", not to the Run window.

    You may consider selecting this as the best answer...

提交回复
热议问题