Is it possible to create a completion template that repeats input
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
1 Answer
Currently, this is not possible.
Answered by Guido Wachsmuth on 8 October 2013 at 23:46