如何在 NuSphere PhpEd 中找到右括号?
我使用 NuSphere PhpEd IDE,我想知道有没有办法找到右括号,就像在 Eclipse 中一样 (Ctrl + Shift + P< /kbd> 转到匹配括号 帮助查找冗长的 if-else 语句的右括号。)。 phpEd中有类似的快捷方式吗?
谢谢。
I use NuSphere PhpEd IDE and I'd like to know, is there a way to find the closing bracket, like in Eclipse (Ctrl + Shift + P Go to Matching Bracket Helps to find the closing bracket of lengthy if-else statements.). Is there a similar shortcut in phpEd?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 Ctrl+[
要定义您自己的快捷方式,请转到“工具 ->”设置->编辑器快捷键
Try Ctrl+[
To define your own shortcuts go to Tools -> Settings -> Editor shortcuts
要在 Windows 上查找右括号,您需要执行以下操作:
Shift + F2
To find the closing bracket on windows you will need to do the following :
Shift + F2
现在 Shift+F2、Ctrl+F2、Alt+F2 像在 VS 中一样使用书签。
要跳转到匹配的括号,你必须按 Shift+Alt+F2,不太舒服,但实际上你可以在 < 上定义你自己的em>工具->设置->IDE 快捷方式页面。
Now Shift+F2, Ctrl+F2, Alt+F2 are working with bookmarks like in VS.
To jump to matching bracket, you have to press Shift+Alt+F2, not too comfortable, but indeed you can define you own on Tools->Settings->IDE Shortcuts page.