Is there a command to help me advance cursor to next parameter position?
Often I find myself in this situation:
I just completed typing the literal string value and ended with cursor inside the double quotes. Next I wish to begin entering a second parameter. IOW, I want to jump to this:
I find myself reaching for Complete Statement, however that dumps me at the next line. Not what I want in this case.
Does something like this already exist? (If not, I'll make a feature suggestion and add more details on how I think it ought to work.)
Thanks,
Josh
Please sign in to leave a comment.
Hi,
There's no such feature at the moment, so I've logged this request in YouTrack here: http://youtrack.jetbrains.com/issue/RSRP-337693.
For now, the best way is to use Ctrl+Right arrow to get out of string and start typing the comma.
Thanks!