History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12068
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Bonny Rais
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Add ability to go to matching brace/parenthesis/bracket

Created: 21 Mar 07 06:37   Updated: 21 Mar 07 11:22
Component/s: Editor. Editing Text

Environment: N/A

Build: 6,763


 Description  « Hide
I'm aware of the Ctrl + [] and the Ctrl + {} (Ctrl-Shift-[]) to go to/select block start/end.

What I'm after is an extension of this mechanism so that the current 'scope' (as defined by the surrounding
brace/bracket/parenthesis) can be navigated to and selected. So:

...
if (|3 someMethod (|2 callSomeOtherMethod (|1    params ...        )|1 )|2 )|3

or 

someArrayVar[|1 someExpression ]|1

or

try
{|1
      ...
      { |2


       } |2
}|1
catch() {}

in the snippets above, if the cursor is on any of points marked |1/|2/|3, hitting whatever keystroke (ctrl + would navigate to the
matching construct opposite and if ctrl + shift + <key> would cause the region to be selected.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.