Apache velocity get user input and put it into ${NUM_VAR} and ${NUMERIC_VAR}
Answered
So I have this problem:
// / * Workshop - #${NUM_VAR} (Part-${NUMERIC_VAR})\n
${NUM_VAR} and ${NUMERIC_VAR} are supposed to be variables into which I will put a single digit. I also want the mouse to be put into each of the variables for me to put said digits in. However when I try to use the template, it just dumbly prints the template, disregarding the fact that ${NUM_VAR} and ${NUMERIC_VAR} are supposed to be variables. When I try to validate it, it says this a valid use of the template: So what am I doing wrong?
Please sign in to leave a comment.
Hello!
It seems to be CPP-28967. Feel free to comment or upvote the issue. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.