Question

Is there a way in phpstorm to get outside of the last automatically inserted paren or bracket.

For example in eclipse. If I type a '(' it will auto insert a ')' and move my cursor in between them. When I am done editing with them I can simple hit tab to move the cursor just outside of the ')'.

This does not seem to work in phpStorm and I can't find an equivalent.

Is there a way to do this?

Thank you.

Was it helpful?

Solution

If you type an extra closing brace again, it will not be inserted and the caret will move outside of the parenthesis.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top