IntelliJ IDEA 2017.2 Help

Live Templates

In this part:

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>\.IntelliJ IDEA<version_number>\config\templates
  • Linux: ~IntelliJ IDEA<version>/config/templates
  • macOS: ~/Library/Preferences/IntelliJ IDEA<version>/templates

Important notes

Last modified: 29 November 2017

See Also