"TemplateSelection"

This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.

"TemplateSelection"

is a front end token that inserts a function template to the right of the insertion point.

Details

  • "TemplateSelection" is equivalent to Edit Make Template.
  • When you use "TemplateSelection" after typing a partial function name, the Wolfram System looks to the left of the insertion point to find a suitable function or variable name. When this name is not a defined function, "CompleteSelection" applies before attempting to make a function template.
  • A typical use is FrontEndExecute[FrontEndToken["TemplateSelection"]].