📄 testextractmethodmodule1.py
字号:
hello = "foo"
print hello
##c extract method from module body
'''
<config>
<offset>14</offset>
<selectionLength>11</selectionLength>
<offsetStrategy>0</offsetStrategy>
</config>
'''
##r
def pepticMethod(hello):
print hello
hello = "foo"
pepticMethod(hello)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -