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

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

    Press Ctrl + TAB then release only TAB and press P to open Python Console directly. This method is similar to other answers, but let you to avoid walking through other options.

    And then SHIFT+ ESC to close this console.

提交回复
热议问题