Sublime Text is a great editor, but it doesn't have that shortcut. I added it to Preferencs -> Key Bindings -> User
{ "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_match", "operand": "[\"')}](.|$)", "match_all": true }
]
}