Reputation: 9168
I have an Eclipse code template, say that:
${type} ${name} = ${cursor}
So, generated code will be:
As you see, after code generation variable type
is selected, but I want name
to be selected first:
It may seem a stupid question in this case, but for a template with many variables which definition of some varibles depend on others it make sense.
So, my question is:
Is it possible to specify a navigation order on template variables?
Upvotes: 4
Views: 179