EmEditor Home - EmEditor Help - Command Reference - Edit category

Find Matching Parenthesis/Bracket command

Summary

Moves the cursor to the corresponding parenthesis/bracket.

Description

When the cursor is placed at a parenthesis or bracket, this command will move the cursor to the corresponding parenthesis or bracket.

How to Run

Plug-in Command ID

Macros

[JavaScript]

document.selection.GoToBrace(false);

[VBScript]

document.selection.GoToBrace false

Copyright © 2003-2013 by Emurasoft, Inc.