How to match braces in code editor
187007Apr 8 2003 — edited Apr 29 2003Is there a way I can go the the macthing brace from the opening brace.
For example:
pubic void foo()
{ (1)
///
//
} (2)
In Textpad, hitting Ctrl+M on the line having a open brace (1) will take me to the line having the closing brace (2). Is there a way to do this in Jdeveloper code editor?