Blazingly fast, smart, accurate and easy-to-use cursor jumper heavily inspired from CodeAceJumper
with codeacejumper2.singlechar.mode you can type a single char and put placeholders into the jumpable positions
Please, add to your settings.json the placeholder backgroundColor and color, based on your vscode theme, since the default might not be right for you.
example
{
"codeacejumper2.placeholder.backgroundColor": '#f0e749'
"codeacejumper2.placeholder.color": "#0f18b6"
}