PyCharm 2017.2 Help

Live Templates

Overview

Live templates let you insert frequently-used or custom code constructs into your source code file quickly, efficiently, and accurately.

Live templates are stored in the following location:

  • Windows: <your_user_home_directory>\.PyCharm<version_number>\config\templates
  • Linux: ~PyCharm<version>/config/templates
  • macOS: ~/Library/Preferences/PyCharm<version>/templates

Important notes

Last modified: 26 October 2017

See Also