strange behavior in an included template
Hi,
I created a simple header template under Settings->Editor->File and Code Templates->includes with "Enable Live Templates" activated:
/**
* $TITLE$
*
* $DESCRIPTION$
*
* @copyright (c) ${YEAR} My Company
* @author $AUTHOR$ <$EMAIL$>
* @Version $VERSION$, ${YEAR}-${MONTH}-${DAY}
*/
$END$
strangely, the cursor doesn't start at $TITLE$ awating my input, but jumps from $DESCRPTION$ to $VERSION$ to $TITLE$ to $AUTHOR$ to $EMAIL$ and finally to $END$. This is a little confusing? Why is this happening and can I fix this?
请先登录再写评论。
I'm getting the same results and unfortunately can't find any docs on this topic. You can submit this issue to our tracker at http://youtrack.jetbrains.com/issues/WI#newissue=yes to get developers look into it.