mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
creating_live_template_functions.md: Fix topic file name
This commit is contained in:
parent
902c1f4322
commit
53e883beb5
@ -28,7 +28,7 @@ Three `TitleCaseMacro` methods are of particular interest:
|
|||||||
|
|
||||||
## Adding a Live Template
|
## Adding a Live Template
|
||||||
|
|
||||||
Using the procedures previously discussed for [Template Creation](providing_live_templates.md#template-creation) and [Export the Live Template](providing_live_templates#export-the-live-template), add a Live Template to the [Markdown.xml](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates) file for the plugin.
|
Using the procedures previously discussed for [Template Creation](providing_live_templates.md#template-creation) and [Export the Live Template](providing_live_templates.md#export-the-live-template), add a Live Template to the [Markdown.xml](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates) file for the plugin.
|
||||||
The XML representation of an example Live Template using the new `titleCase` function is listed below.
|
The XML representation of an example Live Template using the new `titleCase` function is listed below.
|
||||||
|
|
||||||
There is only one variable, `TITLE`.
|
There is only one variable, `TITLE`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user