hot keys?
- 
 How by means of the hot keys to jump the cursor for braces? function abc($x) 
 {
 if($x <= 2) {
 return $x; | <---- cursor here
 } | <-- how to jump here? (hot keys) others ide (ctrl + enter)
 }
- 
 See the Search menu -> Go to Matching Brace, take note of what shortcut key is shown in the menu (mine is remapped and I don’t feel like looking up the default). :) 
- 
 I haven’t found neither in the menu, nor in create hot keys - the jump or something the cursor. Where it can be found? 
- 
 Well, in Notepad++ 6.9.2, it is the 15th item down from the top in the Search menu… 
- 
 In my example it doesn’t work, check and be convinced! 
 I to Nye that there is ctrl+B but it don’t work in my example
 I only in the world who by Touch typing in notepad++ ha-ha ;)
- 
 Ok, now I understand. You have to have the cursor right at a brace and then it will jump to the matching brace. 
- 
 exactly, try we wait for version 6.9.3 :) 
- 
 If you think the current behavior is going to be changed anytime soon, you are probably wrong in your thinking. 
- 
 This is a joke ! 
 It has long been clear that the developers no to make Notepad ++ popular or convenient
- 
 I have found a combo ctrl + \ notepad++ forever! 

