문제

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