Reputation: 3473
I want to add a new code template/snippet to PyCharm.
For example, I want to expand lw
to log.write_Line("|here is sould be cursor after code completition from snippet|")
.
Something like https://www.tutorialspoint.com/eclipse/eclipse_code_templates.htm .
But I didn't find such settings in PyCharm.
How to make it in PyCharm?
Upvotes: 1
Views: 195
Reputation: 3473
OK, I found it - it's named Live Templates in PyCharm/IntellyJ Idea https://www.jetbrains.com/help/idea/using-live-templates.html
Upvotes: 2