显示函数形参提示信息

快捷键Ctrl+P

右键打开pycharm

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm]
@="Open Folder as PyCharm Project"
"Icon"="C:\\software\\pycharm2021\\PyCharm 2021.3.2\\bin\\pycharm64.exe"

[HKEY_CLASSES_ROOT\Directory\Background\shell\PyCharm\command]
@="\"C:\\software\\pycharm2021\\PyCharm 2021.3.2\\bin\\pycharm64.exe\" \"%V\""

[HKEY_CLASSES_ROOT\Directory\shell\PyCharm]
@="Open Folder as PyCharm Project"
"Icon"="C:\\software\\pycharm2021\\PyCharm 2021.3.2\\bin\\pycharm64.exe"

[HKEY_CLASSES_ROOT\Directory\shell\PyCharm\command]
@="\"C:\\software\\pycharm2021\\PyCharm 2021.3.2\\bin\\pycharm64.exe\" \"%V\""

配置注释风格

查找docstrings,在Tools -> Python Integrated Tools

一键修改自定义关键词(类名、函数名、变量名)

选中关键词,使用快捷键Ctrl+F6或者右键选中Refactor Change Signature