IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Creating New Functions for Live Templates

Edit pageLast modified: 06 December 2024

The Predefined Functions are the building blocks for creating Parameterized Templates and Surround Templates. However, sometimes the Predefined Functions are not enough.

This tutorial illustrates how to add custom functions to an IntelliJ Platform plugin and make them available for use by Live Templates. As an example, a function is created to convert a selection to Title Case. Refer to the SDK code sample live_templates.