It is tedious to use arrow keys to move cursor in/our from parenthesis always.
you can add a custom key binding for that task.
Go to preferences > key bindings and add following code
{ "keys": ["ctrl+enter"], "command": "move", "args": {"by": "subword_ends", "forward": true} }
Of course you can use some other key instead “ctrl+enter”
Share custom key bindings you use in comments.
Cheers.