| &[USER_INPUT:idx:default] | Ask for a user-defined value. This will ve the idx first asked with default value default |
| &[GET_SELECTED_TEXT] | Return the selected text in the current editor view |
| &[GET_LINE_NUMBER] | Return a one-index based line number where the cursor is in the editor view |
| &[GET_FILENAME] | Return the filename of the current document |
| &[GET_FILENAME_NO_EXT] | Return the filename of the current document without its extensions |
| &[GET_DIRECTORY] | Return the directory of the current document |
| &[GET_FILEPATH] | Return the full file path of the current document |
| &[GET_FILEPATH_RELATIVE] | Return the relative (to the opened workspace or folder) file path of the current document |
| &[GET_CLIPBOARD] | Return the contents of your clipboard |
| &[GET_PROJECT_WORKSPACE] | Return the name of the opened workspace or folder or top-level folder in the project |
| &[GET_PROJECT_DIRECTORY] | Return the path of the opened workspace or folder or top-level folder in the project |
| &[DATE_DAY_NAME] | Return the name of day |
| &[DATE_MONTH_NAME] | Return the full name of the month |
| &[DATE_DAY_NAME_SHORT] | Return the short name of the day |
| &[DATE_MONTH_NAME_SHORT] | Return the short name of the month |
| &[DATE_MONTH_TWO_DIGITS] | Return the month as two digits |
| &[DATE_CURRENT_DAY] | Return the day of the month |
| &[DATE_CURRENT_YEAR] | Return the current year |
| &[DATE_CURRENT_YEAR_SHORT] | Return the current year's last two digits |
| &[DATE_CURENT_HOUR] | Return the current hour in 24-hour clock format |
| &[DATE_CURRENT_MINUTE] | Return the current minute |
| &[DATE_CURRENT_SECOND] | Return the current second |
| &[DATE_CURRENT_SECOND_UNIX] | Return seconds since the Unix epoch |
| &[RANDOM_BASE_10] | Return a random 6 digit Base-10 number |
| &[RANDOM_BASE_16] | Return a random 6 digit Base-16 number |
| &[RANDOM_UUID] | Return a UUIDv4 string |