phpStorm 将制表符保留在 paren 块之外,就像在 eclipse 中一样
phpstorm 有没有办法摆脱最后一个自动插入的括号或括号。
例如在日食中。如果我输入“(”,它会自动插入“)”并将光标移到它们之间。当我完成编辑后,我可以简单地点击选项卡将光标移动到“)”之外。
这似乎在 phpStorm 中不起作用,我找不到等效的。
有办法做到这一点吗?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您再次键入额外的右大括号,则不会插入该大括号,并且插入符号将移动到括号之外。
If you type an extra closing brace again, it will not be inserted and the caret will move outside of the parenthesis.