There are some special template tokens in the auto-complete list to insert the code template. For example, the if-condition template is shown as below:
if (condition) { }
Template tokens have the special icons as shown in the Auto-complete form and tokens of different types are marked with different colors, including:
Token | Marked color |
---|---|
Function name | Green |
Variable name | Red |
Javascript key | Grey |