开发者

How to find the closing bracket in NuSphere PhpEd?

开发者 https://www.devze.com 2023-03-01 03:36 出处:网络
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 + PGo to Matching BracketHelps to find the closing bracket of lengthy if-else

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 shor开发者_StackOverflow中文版tcut in phpEd?

Thanks.


Try Ctrl+[

To define your own shortcuts go to Tools -> Settings -> Editor shortcuts


To find the closing bracket on windows you will need to do the following :

Shift + F2


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消