📜  pycharm 快捷方式创建方法 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:48.647000             🧑  作者: Mango

代码示例1
# Pycharm: Shortcut to create symbol from usage <=> alt + Enter    
# Example: 
foo.bar() # 'bar()' has not been implemented by foo
          # Hence we implement with shortcut "alt + Enter"