I have an Eclipse code template, let's say that:
${type} ${name} = ${cursor}
So the generated code will be:

As you can see, after selecting the type code generation variable, but I want to select name first:

This may seem like a silly question in this case, but for a template with many variables , the definition of which depends on others, it makes sense.
So my question is:
Can I specify the navigation order for template variables?
source share