Sublime Forum

Tabbing through already created function parameters?

#1

I’ve been trying to figure this out for a while now. Lets say if I use a PHP auto-complete function like “str_replace” it’ll put me in the first parameter I type then I can press tab and it’ll go to the second parameter and so forth until there aren’t anymore parameters.

How can I get this same functionality when I’m not auto-completing a function, but I’m obviously between the parenthesis of a function? I just want to activate the tabbing again so when I’ve clicked on the function name and do something like shift+tab it’ll go straight to the first parameter, highlight it and then i can continue tabbing through the parameters until I’ve hit the last function parameter?

0 Likes

#2

:confused: so is there no way to accomplish this in sublime text 2?

0 Likes

#3

No, not built in. You could definitely write a plugin to do this, though.

0 Likes