Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/338.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/cmake/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在PyCharm中添加代码模板-可能吗?_Python_Pycharm - Fatal编程技术网

Python 在PyCharm中添加代码模板-可能吗?

Python 在PyCharm中添加代码模板-可能吗?,python,pycharm,Python,Pycharm,我想向PyCharm添加一个新的代码模板/代码段 例如,我想将lw扩展到log.write_行(“|这里应该是代码段|中代码完成后的光标”) 差不多 但我在PyCharm中没有找到这样的设置 如何在PyCharm中制作它?好的,我找到了它-它在PyCharm/IntellyJ Idea中命名为Live Templates

我想向PyCharm添加一个新的代码模板/代码段

例如,我想将
lw
扩展到
log.write_行(“|这里应该是代码段|中代码完成后的光标”)

差不多

但我在PyCharm中没有找到这样的设置


如何在PyCharm中制作它?

好的,我找到了它-它在PyCharm/IntellyJ Idea中命名为Live Templates