I've created a JavaScript live template which I use a lot in WebStorm:
console.log('$PARAM$ -> ', $PARAM$);
It helps me type this kind of lines faster:
console.log('nextProps -> ', nextProps);
However as it starts on the first $PARAM$
I don't get autocomplete. Is there a way to get the cursor to the second $PARAM$
while keeping the duplicated text adding?