Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to match braces in code editor

187007Apr 8 2003 — edited Apr 29 2003
Is 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2003
Added on Apr 8 2003
3 comments
429 views