For example, is it possible to create a template for a loop

"while (" <ID> "<" <Exp> ") {\n\t"
    (cursor) "\n\t"
    <ID> " = " <ID> " + 1\n"
"}"

Where the ID has to be filled in only once?

Asked by Mick on 8 October 2013 at 13:54

Currently, this is not possible.

Answered by Guido Wachsmuth on 8 October 2013 at 23:46