From 4f8e53a15f520d5c00da9f9c43f3cf8b53d7f89e Mon Sep 17 00:00:00 2001 From: Thomas Schouten Date: Sun, 9 Jun 2024 16:05:35 +0200 Subject: [PATCH] Update documentation --- Writerside/topics/Code-completion.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Writerside/topics/Code-completion.md b/Writerside/topics/Code-completion.md index 6165aa566c..b9ef4f9590 100644 --- a/Writerside/topics/Code-completion.md +++ b/Writerside/topics/Code-completion.md @@ -136,7 +136,8 @@ Currently available are commands for text decoration, and some commonly used mat ![math-postfix](math-postfix.gif) -A list of available templates is in File | Settings | Editor | General | Postfix Completion, where you can edit the key of a template. If you want to add your own postfix templates, have a look at the [Custom Postfix Templates](https://plugins.jetbrains.com/plugin/9862-custom-postfix-templates) plugin. The plugin allows the creation of custom postfix templates for a number of languages, including Latex. +A list of available templates is in File | Settings | Editor | General | Postfix Completion, where you can edit the key of a template. You can also add your own templates. +For more advanced editing of postfix templates, have a look at the [Custom Postfix Templates](https://plugins.jetbrains.com/plugin/9862-custom-postfix-templates) plugin. The plugin allows the creation of custom postfix templates for a number of languages, including LaTeX. See also [https://www.jetbrains.com/help/idea/auto-completing-code.html#postfix_completion](https://www.jetbrains.com/help/idea/auto-completing-code.html#postfix_completion).