PyCharm shortcuts to boost your coding performance

Category: /blog /django
Tags: django pycharm 10x

Navigation

case: jump to definition and come back

When browsing code, you need to jump around code quickly.

  • To go to the definition, press Alt/Cmd + B.
  • To come back, Mac: Alt+Cmd <-; Others: Alt+Ctrl <-.
    • In vim mode, you can also use Ctrl o and Ctrl i to come back and forth.

case: jump to the beginning of a function:

  • Cmd + [: move to the beginning of a function
  • Cmd + ]: move the end of a function

Adjust Font size quickly

  1. In setting ‘Change font size’, enable 'Ctrl/Cmd+MouseWheel'. This is useful when you are in ‘Distract free’ mode to focus on one or two files.

Layout

The closest I’ve to this setting is “Window->store current layout as default”. “Edit->Quick Switch Scheme” seems like the sort of place you would define multiple variations.

讨论

提示

  • 如果看不到讨论部分, 请暂时关掉adblock in Firefox/Chrome
  • 本网站使用Javascript实现评论功能, 此处外链对提高您的网站PR没有帮助. (潜台词: 请不要灌水, 谢谢)