How to find the closing bracket in NuSphere 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 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.
精彩评论