You can now use ${1} as a placeholder for where you want the cursor to go in a custom code editor snippet. For example, a CSS snippet could have:

width: ${1};\nheight: ${1};

So like this:

And you’ll get behavior like this!