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

时间:2018-05-19 09:48:01

标签: python pycharm

我想在PyCharm中添加一个新的代码模板/代码段。

例如,我想将lw展开为log.write_Line("|here is sould be cursor after code completition from snippet|")

类似于https://www.tutorialspoint.com/eclipse/eclipse_code_templates.htm

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

如何在PyCharm中制作?

1 个答案:

答案 0 :(得分:2)

好的,我找到了它 - 它在PyCharm / IntellyJ Idea中被命名为Live Templates https://www.jetbrains.com/help/idea/using-live-templates.html