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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top