fix "combo box" spelling

This commit is contained in:
Karol Lewandowski 2022-02-22 12:09:57 +01:00
parent 1682983003
commit 4a53430911
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ Get started by [creating a new Live Template](https://www.jetbrains.com/idea/hel
[$TEXT$]($LINK$)$END$
```
The variables `$TEXT$` and `$LINK$` may be further configured in the *Edit variables* dialogue to reorder their precedence and bind to functions that invoke auto-completion at the appropriate time.
The variables `$TEXT$` and `$LINK$` may be further configured in the *Edit variables* dialogue to reorder their precedence and bind to the functions that invoke auto-completion at the appropriate time.
In the *Edit variables* dialog, set the `Expression` for the `LINK` to `complete()` using the combo box.
There are many other [predefined functions](https://www.jetbrains.com/idea/help/creating-and-editing-template-variables.html) that developers should become familiar with before implementing any unique functionality in a plugin.