ode snippets from the auto completion are amazing. I often build my own custom PHP code completions for big blocks of common used code with multiple variable placeholders.
Right now as far as I know, to advance from 1 placeholder to the next I must hit the TAB keyboard key. I am just curious if there is a way to add an alternate method for example hitting the keys CTRL + Right Arrow Key to advance to the next placeholder in a code snippet.
Is this possible? If not, it’s not a big deal but if it is something simple I would love to know or add it. Thanks