Live templates, code snippets Types of live templates, types of code snippets

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